how to let others view my aspx file?

  • Thread starter Thread starter blu3g85
  • Start date Start date
is this your personal computer? is it setup for serving applications to the
internet?

--
Regards,
Alvin Bruney [ASP.NET MVP]
Got tidbits? Get it here...
http://tinyurl.com/27cok
blu3g85 said:
i am online, and my fren type in my ip which is
http://ip/foldername/index.aspx
how come they cannot view the page? what happen?
izzit must be on the same server then can view?



----== Posted via Newsfeed.Com - Unlimited-Uncensored-Secure Usenet News==----
http://www.newsfeed.com The #1 Newsgroup Service in the World! >100,000 Newsgroups
---= 19 East/West-Coast Specialized Servers - Total Privacy via Encryption
=---
 
If you are doing this using Web Matrix, then I believe that is the
case. If you are using normal Visual Studio, make sure you have a
virtual directory mapped.
 
ya it is my pc. i am using vs.net 2003 how to check if i have a
virtual directory mapped? if i dont have, what shd i do?
 
Simplest way I can think of is to choose a root, and of course this
could (should?) be inetpub/wwwroot, and put your application under
that. If you dont use inetpub/wwwroot, create a virtual Directory
where you want your "test root" using Interent Information Services
tool under Admin Tools
 
Back
Top