PDA

Click to See Complete Forum and Search --> : ASP.NET Unable to create web project


angtf
Oct 29th, 2002, 10:21 PM
HI:

one week already i searching and searching but can't create the ASP.NET project using visual studio,

I get this error message

Unable to create web project, unc share does not exists

Expert, please help! Thanks

308holes
Oct 29th, 2002, 11:12 PM
did you install IIS ?

angtf
Oct 30th, 2002, 01:56 AM
Sure, everything had been installed.

kbell66
Oct 31st, 2002, 10:03 AM
Make sure your web site's local path directory name matches the web site name.

angtf
Oct 31st, 2002, 07:43 PM
First I use IIS to create a virtual directory that point to the following folder D:/APP, let said the site

http://10.100.1.3/App

Then, I create the ASP.NET application using Visual Studio.NET and then enter the location http://10.100.1.3/App

Then, the UNC error prompt.

Please help!