we are moving to VB.NET and ASP.NET. Overall I am very pleased with
both, and have made some nice ASP.NET applications using the localserver
with IIS on my machine. However I want to something very simple (I
assume) which is to create an ASP.NET application on a remote server
running IIS and the .NET framework.
I know this sounds like the ultimate newby question, but clearly I am
missing something very very simple!
I start a new ASP.NET Web Application project and specify the location
'http://161.#.##.##/crews/WebApplication1' (or)
'http://$$$.wku.edu/crews/WebApplication1'. Both result in the same
error message shown below:
--------------------------------------------------------------------
"The default Web access mode for this project is set to file share, but
the project folder at 'http://161.#.##.##/crews/WebApplication1' cannot
be opened with the path '\\$$$.wku.edu\wwwroot$\crews\WebApplication1'.
The error returned was:
Unable to create Web project 'crews/WebApplication1'. The UNC share
'\\$$$.wku.edu\wwwroot$\crews\WebApplication1' does not exist or
you do not have access.
What would you like to do?
(*) Retry using a different file share path
( ) Try to open the project with FrontPage Server Extensions
--------------------------------------------------------------------
I have two basic questions. First, why can I not create a project on a
remote server? (I do have access the 'crews' account using FTP and host
some course web pages from that account.)
Second, if it did work, when would it authenticate that I have
permission to access the server? (I assume that a valid connection
would respond with a password verification dialog, right?)
Thanks in advance for helping out an instructor who wants to teach new
technologies to his students