I've tried to enter this into the location field, with asp.net web app selected - assuming mysite.com is my actual web domain:<BR><BR>Location: <BR>http://www.mysite.com<BR><BR>Result: <BR>"Unable to create Web Project '/'. The Web '/' located on server 'http://www.mysite.com' does not exist.<BR><BR>Then try to open with frontpage extensions:<BR>"Unable to create Web project '/'. The server couldn't log you on, because its only authentication scheme is NTLM and you are connecting to it via a proxy server. Try adding the server to the Exceptions box in the Tools/Options/Proxy Settings/Advanced dialog, or request the server administrator to enable another authentication scheme."<BR>Where do I add this server exception?<BR><BR><BR>Then try to use file share path:<BR>Location: <BR>\www.mysite.comwwwroot$<BR><BR>Result:<BR>"Unable to create Web Project '/'. The Web '/' located on server 'http://www.mysite.com' does not exist.<BR><BR><BR>Then I try to use a file share path sub folder:<BR>Location:<BR>\www.mysite.comwwwroot$
ewsite<BR><BR>Result:<BR>"Unable to create Web Project '/'. The Web '/' located on server 'http://www.mysite.com' does not exist.<BR><BR><BR>I have a mapped drive to this server (W
(mapped by IP with correct permissions):<BR>I attempt to browse to location:<BR>Location:<BR>W:siteswww.mysite.com<BR><BR>Works but I now get these error:<BR>"Cannot make the /bin folder non browsable...blah blah blah"<BR><BR>So I create a default.aspx page, no code behind page. I put nothing in this page but html. Then I build the application. I get no errors building the application. I then go to view the webpage.. I get an error. I go edit the web.config file to allow remote viewing of errors (<customErrors mode="Off" />):<BR><BR>The error I receive is:<BR><BR>Compilation Error <BR>Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately. <BR><BR>Compiler Error Message: BC30180: Keyword does not name a type.<BR><BR>Source Error:<BR><BR> <BR><BR>Line 31: <System.Runtime.CompilerServices.CompilerGlobalSco peAttribute()> _<BR>Line 32: Public Class Global_asax<BR>Line 33: Inherits www.mysite.com.Global<BR>Line 34: <BR>Line 35: Private Shared __intialized As Boolean = false<BR><BR>Source File: C:WINNTMicrosoft.NETFrameworkv1.0.3705Temporary ASP.NET Files
oote2fe7400487f95f2qtdpvmfe.0.vb Line: 33 <BR><BR><BR>Show Detailed Compiler Output:<BR><BR><BR>C:WINNTsystem32> "c:winntmicrosoft.netframeworkv1.0.3705vbc.exe" /t:library /utf8output /R:"c:winntassemblygacsystem.xml1.0.3300.0__b77a5c5619 34e089system.xml.dll" /R:"c:winntassemblygacsystem1.0.3300.0__b77a5c561934e0 89system.dll" /R:"c:winntassemblygacsystem.data1.0.3300.0__b77a5c561 934e089system.data.dll" /R:"c:winntassemblygacsystem.enterpriseservices1.0.330 0.0__b03f5f7f11d50a3asystem.enterpriseservices.dll" /R:"c:winntassemblygacsystem.web.services1.0.3300.0__b 03f5f7f11d50a3asystem.web.services.dll" /R:"c:winntmicrosoft.netframeworkv1.0.3705 emporary asp.net files
oote2fe7400487f95f2assemblydl98ecd5e490b427e0_72fb c101
ew.partecinc.com.dll" /R:"c:winntassemblygacsystem.drawing1.0.3300.0__b03f5f 7f11d50a3asystem.drawing.dll" /R:"c:winntassemblygacsystem.web1.0.3300.0__b03f5f7f11 d50a3asystem.web.dll" /out:"C:WINNTMicrosoft.NETFrameworkv1.0.3705Temporary ASP.NET Files
oote2fe7400487f95f2qtdpvmfe.dll" /D
EBUG=1 /debug+ "C:WINNTMicrosoft.NETFrameworkv1.0.3705Temporary ASP.NET Files
oote2fe7400487f95f2qtdpvmfe.0.vb"<BR><BR><BR>Microsoft (R) Visual Basic .NET Compiler version 7.00.9466<BR>for Microsoft (R) .NET Framework version 1.00.3705.209<BR>Copyright (C) Microsoft Corporation 1987-2001. All rights reserved.<BR><BR>C:WINNTMicrosoft.NETFrameworkv1.0.3705Temporary ASP.NET Files
oote2fe7400487f95f2qtdpvmfe.0.vb(33) : error BC30180: Keyword does not name a type.<BR><BR> Inherits www.mysite.com.Global<BR> ~~~ <BR><BR> <BR><BR><BR><BR>Show Complete Compilation Source:<BR><BR><BR>Line 1: '------------------------------------------------------------------------------<BR>Line 2: ' <autogenerated><BR>Line 3: ' This code was generated by a tool.<BR>Line 4: ' Runtime Version: 1.0.3705.209<BR>Line 5: '<BR>Line 6: ' Changes to this file may cause incorrect behavior and will be lost if <BR>Line 7: ' the code is regenerated.<BR>Line 8: ' </autogenerated><BR>Line 9: '------------------------------------------------------------------------------<BR>Line 10: <BR>Line 11: Option Strict Off<BR>Line 12: Option Explicit On<BR>Line 13: <BR>Line 14: Imports Microsoft.VisualBasic<BR>Line 15: Imports System<BR>Line 16: Imports System.Collections<BR>Line 17: Imports System.Collections.Specialized<BR>Line 18: Imports System.Configuration<BR>Line 19: Imports System.Text<BR>Line 20: Imports System.Text.RegularExpressions<BR>Line 21: Imports System.Web<BR>Line 22: Imports System.Web.Caching<BR>Line 23: Imports System.Web.Security<BR>Line 24: Imports System.Web.SessionState<BR>Line 25: Imports System.Web.UI<BR>Line 26: Imports System.Web.UI.HtmlControls<BR>Line 27: Imports System.Web.UI.WebControls<BR>Line 28: <BR>Line 29: Namespace ASP<BR>Line 30: <BR>Line 31: <System.Runtime.CompilerServices.CompilerGlobalSco peAttribute()> _<BR>Line 32: Public Class Global_asax<BR>Line 33: Inherits www.mysite.com.Global<BR>Line 34: <BR>Line 35: Private Shared __intialized As Boolean = false<BR>Line 36: <BR>Line 37: Public Sub New()<BR>Line 38: MyBase.New<BR>Line 39: If (ASP.Global_asax.__intialized = false) Then<BR>Line 40: ASP.Global_asax.__intialized = true<BR>Line 41: End If<BR>Line 42: End Sub<BR>Line 43: End Class<BR>Line 44: End Namespace<BR><BR> <BR><BR><BR>Anyone have any ideas about this? Anyone else run into these problems?<BR><BR><BR><BR>I have reinstalled the .net framework, mdac 2.7, and the .net framework patch.<BR>The "www.mysite.com" website is up and running, and can interpret and display .aspx files. I've tried it with and without front page server extensions configured. The web server is not in my domain here at work, but at a hosting facility. I am an admin on the box, and I do have terminal access. It is a windows 2000 server.<BR><BR>Thanks for any help you can give!
ewsite<BR><BR>Result:<BR>"Unable to create Web Project '/'. The Web '/' located on server 'http://www.mysite.com' does not exist.<BR><BR><BR>I have a mapped drive to this server (W

oote2fe7400487f95f2qtdpvmfe.0.vb Line: 33 <BR><BR><BR>Show Detailed Compiler Output:<BR><BR><BR>C:WINNTsystem32> "c:winntmicrosoft.netframeworkv1.0.3705vbc.exe" /t:library /utf8output /R:"c:winntassemblygacsystem.xml1.0.3300.0__b77a5c5619 34e089system.xml.dll" /R:"c:winntassemblygacsystem1.0.3300.0__b77a5c561934e0 89system.dll" /R:"c:winntassemblygacsystem.data1.0.3300.0__b77a5c561 934e089system.data.dll" /R:"c:winntassemblygacsystem.enterpriseservices1.0.330 0.0__b03f5f7f11d50a3asystem.enterpriseservices.dll" /R:"c:winntassemblygacsystem.web.services1.0.3300.0__b 03f5f7f11d50a3asystem.web.services.dll" /R:"c:winntmicrosoft.netframeworkv1.0.3705 emporary asp.net files
oote2fe7400487f95f2assemblydl98ecd5e490b427e0_72fb c101
ew.partecinc.com.dll" /R:"c:winntassemblygacsystem.drawing1.0.3300.0__b03f5f 7f11d50a3asystem.drawing.dll" /R:"c:winntassemblygacsystem.web1.0.3300.0__b03f5f7f11 d50a3asystem.web.dll" /out:"C:WINNTMicrosoft.NETFrameworkv1.0.3705Temporary ASP.NET Files
oote2fe7400487f95f2qtdpvmfe.dll" /D

oote2fe7400487f95f2qtdpvmfe.0.vb"<BR><BR><BR>Microsoft (R) Visual Basic .NET Compiler version 7.00.9466<BR>for Microsoft (R) .NET Framework version 1.00.3705.209<BR>Copyright (C) Microsoft Corporation 1987-2001. All rights reserved.<BR><BR>C:WINNTMicrosoft.NETFrameworkv1.0.3705Temporary ASP.NET Files
oote2fe7400487f95f2qtdpvmfe.0.vb(33) : error BC30180: Keyword does not name a type.<BR><BR> Inherits www.mysite.com.Global<BR> ~~~ <BR><BR> <BR><BR><BR><BR>Show Complete Compilation Source:<BR><BR><BR>Line 1: '------------------------------------------------------------------------------<BR>Line 2: ' <autogenerated><BR>Line 3: ' This code was generated by a tool.<BR>Line 4: ' Runtime Version: 1.0.3705.209<BR>Line 5: '<BR>Line 6: ' Changes to this file may cause incorrect behavior and will be lost if <BR>Line 7: ' the code is regenerated.<BR>Line 8: ' </autogenerated><BR>Line 9: '------------------------------------------------------------------------------<BR>Line 10: <BR>Line 11: Option Strict Off<BR>Line 12: Option Explicit On<BR>Line 13: <BR>Line 14: Imports Microsoft.VisualBasic<BR>Line 15: Imports System<BR>Line 16: Imports System.Collections<BR>Line 17: Imports System.Collections.Specialized<BR>Line 18: Imports System.Configuration<BR>Line 19: Imports System.Text<BR>Line 20: Imports System.Text.RegularExpressions<BR>Line 21: Imports System.Web<BR>Line 22: Imports System.Web.Caching<BR>Line 23: Imports System.Web.Security<BR>Line 24: Imports System.Web.SessionState<BR>Line 25: Imports System.Web.UI<BR>Line 26: Imports System.Web.UI.HtmlControls<BR>Line 27: Imports System.Web.UI.WebControls<BR>Line 28: <BR>Line 29: Namespace ASP<BR>Line 30: <BR>Line 31: <System.Runtime.CompilerServices.CompilerGlobalSco peAttribute()> _<BR>Line 32: Public Class Global_asax<BR>Line 33: Inherits www.mysite.com.Global<BR>Line 34: <BR>Line 35: Private Shared __intialized As Boolean = false<BR>Line 36: <BR>Line 37: Public Sub New()<BR>Line 38: MyBase.New<BR>Line 39: If (ASP.Global_asax.__intialized = false) Then<BR>Line 40: ASP.Global_asax.__intialized = true<BR>Line 41: End If<BR>Line 42: End Sub<BR>Line 43: End Class<BR>Line 44: End Namespace<BR><BR> <BR><BR><BR>Anyone have any ideas about this? Anyone else run into these problems?<BR><BR><BR><BR>I have reinstalled the .net framework, mdac 2.7, and the .net framework patch.<BR>The "www.mysite.com" website is up and running, and can interpret and display .aspx files. I've tried it with and without front page server extensions configured. The web server is not in my domain here at work, but at a hosting facility. I am an admin on the box, and I do have terminal access. It is a windows 2000 server.<BR><BR>Thanks for any help you can give!