|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Re: "Visual Web Developer does not support creating Web sites on aMay I know what work around u found to solve this problem, coz' I'm also facing the same problem(i.e. Unable to create the Web 'http://localhost/WebSite'. Visual Web Developer does not support creating Web sites on a SharePoint Web server ) and posted the problem in newsgroup and not getting any answer so far. Thanks A. Basuri -- Show quoteHide quoteWeb Developer "William LaMartin" wrote: > It is related to VB.Net in the sense that in Visual Studio 2005 I could not > create a new web site in localhost for a web based project. This is all on > an XP Pro computer running IIS. > > However, I did find a workaround. > > First, using Windows Explorer you create a new folder in C:\Inetpub\wwwroot, > say, TestSite. Then you open up IIS and create a virtual directory with > alias TestSite, and point it to the folder you created named TestSite. > > Now in Visual Studio you can create your new website using the above created > folder, TestSite. > > This indirect method is necessary, it seems, because Visual Studio 2005 will > not create a new subweb of the default web site in IIS when you have > SharePoint installed. I incorrectly thought that the Visual Studio 2005 > installation installed SharePoint when, in fact, it appears that it was > installed by Microsoft FrontPage 2002. > > I would have thought that someone else would have encountered this problem > but found nothing in a search of Google Groups. > > > > > > "Cor Ligthert [MVP]" <notmyfirstn***@planet.nl> wrote in message > news:uH$s3xEDGHA.1280@TK2MSFTNGP10.phx.gbl... > > William, > > > > I can not see in which this question is VB.Net related at all especially > > not in VS 2005, maybe can you explain it to us, however probably is a > > newsgroup to start with this question. > > > > Microsoft.public.dotnet.framework.aspnet > > > > I hope you find your solution soon > > > > Cor > > > > > Hi,
http://support.microsoft.com/?id=828810 Ken ------------------------- Show quoteHide quote "A.Basuri" <adotbas***@hotmail.com(nospam)> wrote in message news:F6C10679-A98F-494F-86AB-A5516C011BD3@microsoft.com... > Hi William > May I know what work around u found to solve this problem, coz' I'm also > facing the same problem(i.e. Unable to create the Web > 'http://localhost/WebSite'. Visual Web Developer does not support creating > Web sites on a SharePoint Web server ) and posted the problem in newsgroup > and not getting any answer so far. > Thanks > A. Basuri > -- > Web Developer > > > "William LaMartin" wrote: > >> It is related to VB.Net in the sense that in Visual Studio 2005 I could >> not >> create a new web site in localhost for a web based project. This is all >> on >> an XP Pro computer running IIS. >> >> However, I did find a workaround. >> >> First, using Windows Explorer you create a new folder in >> C:\Inetpub\wwwroot, >> say, TestSite. Then you open up IIS and create a virtual directory with >> alias TestSite, and point it to the folder you created named TestSite. >> >> Now in Visual Studio you can create your new website using the above >> created >> folder, TestSite. >> >> This indirect method is necessary, it seems, because Visual Studio 2005 >> will >> not create a new subweb of the default web site in IIS when you have >> SharePoint installed. I incorrectly thought that the Visual Studio 2005 >> installation installed SharePoint when, in fact, it appears that it was >> installed by Microsoft FrontPage 2002. >> >> I would have thought that someone else would have encountered this >> problem >> but found nothing in a search of Google Groups. >> >> >> >> >> >> "Cor Ligthert [MVP]" <notmyfirstn***@planet.nl> wrote in message >> news:uH$s3xEDGHA.1280@TK2MSFTNGP10.phx.gbl... >> > William, >> > >> > I can not see in which this question is VB.Net related at all >> > especially >> > not in VS 2005, maybe can you explain it to us, however probably is a >> > newsgroup to start with this question. >> > >> > Microsoft.public.dotnet.framework.aspnet >> > >> > I hope you find your solution soon >> > >> > Cor >> > >> >> >> Here's the way I fixed the problem.
Go into the MMC for IIS. Right-Click on the Default Website Click New/Server Extensions 2002 Web Minimize MMC to see the web browser that opens Use your Admin ID/Password to authenticate A web page is now open to allow you to create the Subweb. Once you do that, you should be able to create the new web site in VS2005. Show quoteHide quote "A.Basuri" <adotbas***@hotmail.com(nospam)> wrote in message news:F6C10679-A98F-494F-86AB-A5516C011BD3@microsoft.com... > Hi William > May I know what work around u found to solve this problem, coz' I'm also > facing the same problem(i.e. Unable to create the Web > 'http://localhost/WebSite'. Visual Web Developer does not support creating > Web sites on a SharePoint Web server ) and posted the problem in newsgroup > and not getting any answer so far. > Thanks > A. Basuri > -- > Web Developer > > > "William LaMartin" wrote: > >> It is related to VB.Net in the sense that in Visual Studio 2005 I could >> not >> create a new web site in localhost for a web based project. This is all >> on >> an XP Pro computer running IIS. >> >> However, I did find a workaround. >> >> First, using Windows Explorer you create a new folder in >> C:\Inetpub\wwwroot, >> say, TestSite. Then you open up IIS and create a virtual directory with >> alias TestSite, and point it to the folder you created named TestSite. >> >> Now in Visual Studio you can create your new website using the above >> created >> folder, TestSite. >> >> This indirect method is necessary, it seems, because Visual Studio 2005 >> will >> not create a new subweb of the default web site in IIS when you have >> SharePoint installed. I incorrectly thought that the Visual Studio 2005 >> installation installed SharePoint when, in fact, it appears that it was >> installed by Microsoft FrontPage 2002. >> >> I would have thought that someone else would have encountered this >> problem >> but found nothing in a search of Google Groups. >> >> >> >> >> >> "Cor Ligthert [MVP]" <notmyfirstn***@planet.nl> wrote in message >> news:uH$s3xEDGHA.1280@TK2MSFTNGP10.phx.gbl... >> > William, >> > >> > I can not see in which this question is VB.Net related at all >> > especially >> > not in VS 2005, maybe can you explain it to us, however probably is a >> > newsgroup to start with this question. >> > >> > Microsoft.public.dotnet.framework.aspnet >> > >> > I hope you find your solution soon >> > >> > Cor >> > >> >> >> Hi
I have now created a new virtual server in the IIS with a new port , coz the SharePoint server is using the port 80. And now i'm able to create new website with the new port but my Commerce Server problem is still therei.e. when i'm trying to create a new Commerce C# ASP.NET Web Application in VS 2005 with that new virtual server with "HTTP" option in DropDownList ,showing an error as "Project must exist on local machine and have a 'http://localhost/' url" so i tried with an existing web site . but the same error came. Thanks A. Basuri -- Show quoteHide quoteWeb Developer "Terry Olsen" wrote: > Here's the way I fixed the problem. > > Go into the MMC for IIS. > Right-Click on the Default Website > Click New/Server Extensions 2002 Web > Minimize MMC to see the web browser that opens > Use your Admin ID/Password to authenticate > A web page is now open to allow you to create the Subweb. > > Once you do that, you should be able to create the new web site in VS2005. > > "A.Basuri" <adotbas***@hotmail.com(nospam)> wrote in message > news:F6C10679-A98F-494F-86AB-A5516C011BD3@microsoft.com... > > Hi William > > May I know what work around u found to solve this problem, coz' I'm also > > facing the same problem(i.e. Unable to create the Web > > 'http://localhost/WebSite'. Visual Web Developer does not support creating > > Web sites on a SharePoint Web server ) and posted the problem in newsgroup > > and not getting any answer so far. > > Thanks > > A. Basuri > > -- > > Web Developer > > > > > > "William LaMartin" wrote: > > > >> It is related to VB.Net in the sense that in Visual Studio 2005 I could > >> not > >> create a new web site in localhost for a web based project. This is all > >> on > >> an XP Pro computer running IIS. > >> > >> However, I did find a workaround. > >> > >> First, using Windows Explorer you create a new folder in > >> C:\Inetpub\wwwroot, > >> say, TestSite. Then you open up IIS and create a virtual directory with > >> alias TestSite, and point it to the folder you created named TestSite. > >> > >> Now in Visual Studio you can create your new website using the above > >> created > >> folder, TestSite. > >> > >> This indirect method is necessary, it seems, because Visual Studio 2005 > >> will > >> not create a new subweb of the default web site in IIS when you have > >> SharePoint installed. I incorrectly thought that the Visual Studio 2005 > >> installation installed SharePoint when, in fact, it appears that it was > >> installed by Microsoft FrontPage 2002. > >> > >> I would have thought that someone else would have encountered this > >> problem > >> but found nothing in a search of Google Groups. > >> > >> > >> > >> > >> > >> "Cor Ligthert [MVP]" <notmyfirstn***@planet.nl> wrote in message > >> news:uH$s3xEDGHA.1280@TK2MSFTNGP10.phx.gbl... > >> > William, > >> > > >> > I can not see in which this question is VB.Net related at all > >> > especially > >> > not in VS 2005, maybe can you explain it to us, however probably is a > >> > newsgroup to start with this question. > >> > > >> > Microsoft.public.dotnet.framework.aspnet > >> > > >> > I hope you find your solution soon > >> > > >> > Cor > >> > > >> > >> > >> > > >
Create application to extract data from excel sheet
How can we mail some file without mentioning the SMTP server addre Treeview population directly from MSAccess How to create a Service to Log Application Names Macros too slow ! Datagrid with comboboxes storing mysql data to a random access file debug problem How to have the same info on two menus Excel.application |
|||||||||||||||||||||||