Vis. Web developer, how to display page?

  • Thread starter Thread starter Jason
  • Start date Start date
J

Jason

I've got visual web developer, I've made my page and did Build > Build
Web site.

The directory is in a directory that is a web server on my computer
but every time I try to bring up for example:

http://172.16.32.54/creditformapp/default.aspx

I just get source displayed and not the page. How do I actually get
the web site to work?
 
I've got visual web developer, I've made my page and did Build > Build
Web site.

The directory is in a directory that is a web server on my computer
but every time I try to bring up for example:

http://172.16.32.54/creditformapp/default.aspx

I just get source displayed and not the page. How do I actually get
the web site to work?

Ensure that ASP.NET server is configured correct and running properly
on your localhost.

Eg: On IIS

check this out:
http://www.makeyougohmm.com/20060531/3378/
 
Back
Top