-
Posted to
General
by
eashokan
on
05-18-2009, 6:18 AM
selected option is "A directory located on this computer."
-
Posted to
Troubleshooting
by
eashokan
on
05-12-2009, 3:22 AM
I'm also having the same issue. Any clue?
Thanks,
Ashokan
-
Posted to
General
by
eashokan
on
05-12-2009, 2:55 AM
The Default Website has a local path of c:\inetpub\wwwroot.
The website "Test" used to show its local path as "c:\inetpub\wwwroot\Test". - but now shows as "\Test". The field is greyed out, and the Browse button does not display. There is no way to change this through the dialog.
Configuration:Windows ...
-
Posted to
Performance
by
eashokan
on
05-14-2008, 5:30 AM
Thanks for your reply.
I want to user ip address instead of localhost. i.e http://192.168.1.3/SampleApp/Default.aspx
If the port number of IIS is 80, http://192.168.1.3/SampleApp/Default.aspx works fine. If I changed the port number, it wont work.
what shall i do for this?
.
-
Posted to
Performance
by
eashokan
on
05-14-2008, 3:23 AM
Hi all.
I have developed a sample page and run it in localhost as follows:
http://localhost/Sample/Default.aspx
Then I have changed the default port number 80 to some other port number (for eg: 1080).
Now I have accessed the page as http://localhost:1080/Sample/Default.aspx
But
I need to access my page as ...