
In the Solution Explorer window of Visual Studio.After you create this directory, you must also set write permissions for the ASPNET worker account. NET.Īfter you create the application, you create the Data directory that will accept uploaded files. Notice that the WebForm1.aspx file loads in the Designer view of Visual Studio. For this example, type which creates the default project name of VBNetUpload.

In the Location box, type the URL to create the project.In the New Project dialog box, click Visual Basic Projects under Project Types, and then click ASP.NET Web Application under Templates.On the File menu, point to New, and then click Project.NET, follow these steps to create a new application to upload files to the Web server: In this article, you create an ASP.NET file (WebForm1.aspx) and its related code-behind file () to upload files to a directory that is named Data. This step-by-step article describes how to upload a file to a Web server by using Visual Basic.
