Welcome to HostingForumz.com!
FAQFAQ   SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

New Web Project and Deployement problem

 
   Web Hosting Problem Solving Community! (Home) -> IIS RSS
Next:  IIS 6 and DCOM instanciation  
Author Message
jaycallas

External


Since: Jan 12, 2004
Posts: 2



(Msg. 1) Posted: Mon Jan 12, 2004 2:52 pm
Post subject: New Web Project and Deployement problem
Archived from groups: microsoft>public>inetserver>iis (more info?)

On the client side I am running XP Professional with VS.NET 2002.

On the server side I am running 2003 Server with IIS. My web files are
physically in the default folder of C:\InetPub\wwwroot and is shared
as \\portal\iwwwroot.

I am able to map a drive (from within Windows Explorer) and create and
modify files with no problems.

BUT...

When I try to create a new web project named
http://portal/iwwwroot/WebApplication1 from within VS.NET I am getting
the following error:

The default Web access mode for this project is set to file share, but
the project folder at 'http://portal/iwwwroot/WebApplication1' cannot
be opened with the path '\\portal\wwwroot$\iwwwroot\WebApplication1'.
The error returned was:

Unable to create Web project 'iwwwroot/WebApplication1'. The UNC share
'\\portal\wwwroot$\iwwwroot\WebApplication1' does not exist or you do
not have access.

What would you like to do?

* Retry using a different file share path
Location \\portal\wwwroot$\iwwwroot\WebApplication1

o Try to open the project with FrontPage Server Extensions

Not sure where wwwroot$ is coming from, but even when I remove it from
the retry texbox, the error still occurs.

(BTW - The FrontPage option does not work either but that is probably
another issue.)

Thanks for any help you can provide.

- Jason

 >> Stay informed about: New Web Project and Deployement problem 
Back to top
Login to vote
jaycallas

External


Since: Jan 12, 2004
Posts: 2



(Msg. 2) Posted: Mon Jan 12, 2004 4:49 pm
Post subject: Re: New Web Project and Deployement problem [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Thanks.

Creating the share wwwroot$ worked but now I get a different error.

The Web was created successfully, but an error occurred when trying to
configure the application root for this Web. Web projects may not
operate correctly without an application root. The returned error was:
Active Directory Services cannot find the web server. A possible cause
for this is an incompatibility between versions of Internet
Information Server (IIS) on the the client and the server. The usual
cause for this error is creating Web projects on a Windows 2000 or
newer server from a Windows NT 4.0 client.
You can manually configure the application root using the Internet
Services Manager.

What is happening? Is VS.NET trying to create a web app in the
metabase (or whatever IIS configure info is called)? How can I fix
this?

Again. Thank you.

- Jason

 >> Stay informed about: New Web Project and Deployement problem 
Back to top
Login to vote
user641

External


Since: Aug 22, 2003
Posts: 1637



(Msg. 3) Posted: Mon Jan 12, 2004 6:30 pm
Post subject: Re: New Web Project and Deployement problem [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

"Jason" <JayCallas.RemoveThis@hotmail.com> wrote in message
news:f01a7c89.0401121152.4667758c@posting.google.com...
 > On the client side I am running XP Professional with VS.NET 2002.
 >
 > On the server side I am running 2003 Server with IIS. My web files are
 > physically in the default folder of C:\InetPub\wwwroot and is shared
 > as \\portal\iwwwroot.
 >
 > I am able to map a drive (from within Windows Explorer) and create and
 > modify files with no problems.
 >
 > BUT...
 >
 > When I try to create a new web project named
 > <a style='text-decoration: underline;' href="http://portal/iwwwroot/WebApplication1" target="_blank">http://portal/iwwwroot/WebApplication1</a> from within VS.NET I am getting
 > the following error:
 >
 > The default Web access mode for this project is set to file share, but
 > the project folder at 'http://portal/iwwwroot/WebApplication1' cannot
 > be opened with the path '\\portal\wwwroot$\iwwwroot\WebApplication1'.
 > The error returned was:
 >
 > Unable to create Web project 'iwwwroot/WebApplication1'. The UNC share
 > '\\portal\wwwroot$\iwwwroot\WebApplication1' does not exist or you do
 > not have access.
 >
 > What would you like to do?
 >
 > * Retry using a different file share path
 > Location \\portal\wwwroot$\iwwwroot\WebApplication1
 >
 > o Try to open the project with FrontPage Server Extensions
 >
 > Not sure where wwwroot$ is coming from, but even when I remove it from
 > the retry texbox, the error still occurs.

You should share C:\InetPub\wwwroot as wwwroot$ instead of iwwwroot (the"$"
makes it a hidden share) and then access it as
\\portal\wwwroot$\WebApplication1 - this will make VS happy ...

--
Tom Kaminski IIS MVP
<a style='text-decoration: underline;' href="http://www.iistoolshed.com/" target="_blank">http://www.iistoolshed.com/</a> - tools, scripts, and utilities for running IIS
<a style='text-decoration: underline;' href="http://mvp.support.microsoft.com/" target="_blank">http://mvp.support.microsoft.com/</a>
<a style='text-decoration: underline;' href="http://www.microsoft.com/windowsserver2003/community/centers/iis/" target="_blank">http://www.microsoft.com/windowsserver2003/community/centers/iis/</a><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: New Web Project and Deployement problem 
Back to top
Login to vote
user641

External


Since: Aug 22, 2003
Posts: 1637



(Msg. 4) Posted: Mon Jan 12, 2004 9:53 pm
Post subject: Re: New Web Project and Deployement problem [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

"Jason" <JayCallas.TakeThisOut@hotmail.com> wrote in message
news:f01a7c89.0401121349.309e69b7@posting.google.com...
 > Thanks.
 >
 > Creating the share wwwroot$ worked but now I get a different error.
 >
 > The Web was created successfully, but an error occurred when trying to
 > configure the application root for this Web. Web projects may not
 > operate correctly without an application root. The returned error was:
 > Active Directory Services cannot find the web server. A possible cause
 > for this is an incompatibility between versions of Internet
 > Information Server (IIS) on the the client and the server. The usual
 > cause for this error is creating Web projects on a Windows 2000 or
 > newer server from a Windows NT 4.0 client.
 > You can manually configure the application root using the Internet
 > Services Manager.
 >
 > What is happening? Is VS.NET trying to create a web app in the
 > metabase (or whatever IIS configure info is called)? How can I fix
 > this?

Search on that error message in the MSKB ...
<a style='text-decoration: underline;' href="http://support.microsoft.com/default.aspx?scid=fh;rid;kbinfo" target="_blank">http://support.microsoft.com/default.aspx?scid=fh;rid;kbinfo</a>

--
Tom Kaminski IIS MVP
<a style='text-decoration: underline;' href="http://www.iistoolshed.com/" target="_blank">http://www.iistoolshed.com/</a> - tools, scripts, and utilities for running IIS
<a style='text-decoration: underline;' href="http://mvp.support.microsoft.com/" target="_blank">http://mvp.support.microsoft.com/</a>
<a style='text-decoration: underline;' href="http://www.microsoft.com/windowsserver2003/community/centers/iis/" target="_blank">http://www.microsoft.com/windowsserver2003/community/centers/iis/</a><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: New Web Project and Deployement problem 
Back to top
Login to vote
Display posts from previous:   
   Web Hosting Problem Solving Community! (Home) -> IIS All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]