I am trying to host my asp.net application on a webserver which is my
own machine on which the application was created. What is the method of
copying files in IIS? do i have to configure IIS or what? how do i
assign a url so that user across the network can access that application
via the url specified.
Thank you for your previous replies. Your earliest response will be
appreciated.
Farhan,
To copy files to IIS etc..
In your ur drive where u installed IIS u have a folder..
INETPUB\wwwroot
all the files under this folder are run from http://localhost.
So for example if u have c:\INETPUB\wwwroot\Myweb
u would run http://localhost/myweb for your URL.
Hope this helps..
Patrick
when i write this http://servername/myapp1 it says "you are not
authorized to view this page HTTP Error 403- Forbidden" now what to do?
N even i can access the mentioned url in my machine how do i allow other
users of the network to use this application? my default start page is
webform3.aspx
Farhan,
The error ur getting is b-cos u didn't allow directory browsing on
Virtual direcory.
Go to IIS > then on ur Website right click
on the Directory TAB >local path click directory browsing..
Hope this helps
Patrick