IIS n Asp.net

  • Thread starter Thread starter farhan wajahat
  • Start date Start date
F

farhan wajahat

I have made an application of asp.net on vb.net. My
machine will act as a Webserver. What is the method of
using the application on the web via the help of
webserver. What kind of configuration will take place in
IIS and where do i have to copy my project files??

Regards
 
Hi farhan
u need to upload ur application to a server im right??
if so
u copy ur project from IIS
and then in the server create a virtual directory for ur application but
this is after when u put ur project in the IIS of the server
hope this help
 
my machine is actually the server. I have my project in the
c:\inetpub\wwwroot directory and a virtual directory by the name of
test06 is also created under default website thingy. Still i don't know
how do i access it coz the options i am trying they are not being
successful.

What to do now? for instance i am writing
http://server/test06/webform3.aspx this url is accessible from my
computer but not from other computers of the network
 
As IIS is a critical part of your app, I would recommend reading up on it.
Telling you where to put the files is only one small part of the role that
IIS plays in your web application. You need to understand IIS, what it does,
and how it works. Check out the help for IIS.

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
Neither a follower nor a lender be.
 
Back
Top