JabbaTheNut
Programmer
My problem is as follows....
When I establish an ASP.Net application in VS.Net, I have
to provide a name for the project (let's
say "MyProject". When I complete the project and upload
it to my webserver, the directory structure is as follows:
/MyProject
default.aspx
otherfile.aspx
/images
/bin
/components
To access the main page of the website I have to use the
following url:
This is not what I want. How do I set up the project so
that the structure on the webserver starts at the root
such as:
default.aspx
otherfile.aspx
/images
/bin
/components
thereby allowing access with this url:
Please help!
Game Over, Man!
When I establish an ASP.Net application in VS.Net, I have
to provide a name for the project (let's
say "MyProject". When I complete the project and upload
it to my webserver, the directory structure is as follows:
/MyProject
default.aspx
otherfile.aspx
/images
/bin
/components
To access the main page of the website I have to use the
following url:
This is not what I want. How do I set up the project so
that the structure on the webserver starts at the root
such as:
default.aspx
otherfile.aspx
/images
/bin
/components
thereby allowing access with this url:
Please help!
Game Over, Man!