creating web application over internet

jchuah

New member
Joined
Apr 1, 2005
Messages
2
Programming Experience
1-3
is it possible to create a new asp .net web application and have the location be across the internet? I've tried it, read numerous articles and it seems like it may not be possible (or recommended). at the new project dialog box, in the location text box, if i were to type in:
http://www.mydomain.com/foldername, i get:
"the default web access mode for this project is set to file share, but the project at 'http://www.mydomain.com/foldername' cannot be opened with the path '\\www.mydomain.com\wwwroot$\foldername'. The error returned was:"
"unable to create web project 'foldername'. the unc share '\\www.mydomain.com\wwwroot$\foldername' does not exist or you do not have access."
i believe i have most settings on my iis server right, coz if i were to try this over my lan (replacing www.mydomain.com with myservername), it seems to work.
little help? i have a found a LOT of users with this very question/problem, but have seen little working help. THANKS!
 
remote access

That is the issue...the question is, is it possible to create a new web application across the internet remotely, save the application's files remotely and work with those files remotely through any computer with Visual Studio? Or does one have to create it locally on one's machine with Visual Studio then upload the application's files to the production server? Thanks!!
 
what if the two version namely VS .net 2003 and 2005 were installed ont he same machine, will they conflict and give errros in the existing projects

when we try to open a project solution file created by 2003 it is giving the message "Unable to read the projectfile xxxx and the device is not ready. Pls help
 
Back
Top