3 个解决方案
#1
首先确认你的IIS已经安装和启动了
其次看看工程文件里面的web服务是不是已经建在你的服务器上了,
在次,看看引用的虚拟路径是不是正确。
如果以上都没有问题的话,那就奇怪了,呵呵!
具体的工程文件用记事本打开后
有以下内容:
Microsoft Visual Studio Solution File, Format Version 8.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "swts", "http://localhost/swt/swts.csproj", "{93B496EE-01F6-478F-9AFC-FA579D1FB950}"
ProjectSection(ProjectDependencies) = postProject
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfiguration) = preSolution
Debug = Debug
Release = Release
EndGlobalSection
GlobalSection(ProjectConfiguration) = postSolution
{93B496EE-01F6-478F-9AFC-FA579D1FB950}.Debug.ActiveCfg = Debug|.NET
{93B496EE-01F6-478F-9AFC-FA579D1FB950}.Debug.Build.0 = Debug|.NET
{93B496EE-01F6-478F-9AFC-FA579D1FB950}.Release.ActiveCfg = Release|.NET
{93B496EE-01F6-478F-9AFC-FA579D1FB950}.Release.Build.0 = Release|.NET
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
EndGlobalSection
GlobalSection(ExtensibilityAddIns) = postSolution
EndGlobalSection
EndGlobal
其中:http://localhost/swt/swts.csproj就是你的虚拟路径,看看是不是、对了!
其次看看工程文件里面的web服务是不是已经建在你的服务器上了,
在次,看看引用的虚拟路径是不是正确。
如果以上都没有问题的话,那就奇怪了,呵呵!
具体的工程文件用记事本打开后
有以下内容:
Microsoft Visual Studio Solution File, Format Version 8.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "swts", "http://localhost/swt/swts.csproj", "{93B496EE-01F6-478F-9AFC-FA579D1FB950}"
ProjectSection(ProjectDependencies) = postProject
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfiguration) = preSolution
Debug = Debug
Release = Release
EndGlobalSection
GlobalSection(ProjectConfiguration) = postSolution
{93B496EE-01F6-478F-9AFC-FA579D1FB950}.Debug.ActiveCfg = Debug|.NET
{93B496EE-01F6-478F-9AFC-FA579D1FB950}.Debug.Build.0 = Debug|.NET
{93B496EE-01F6-478F-9AFC-FA579D1FB950}.Release.ActiveCfg = Release|.NET
{93B496EE-01F6-478F-9AFC-FA579D1FB950}.Release.Build.0 = Release|.NET
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
EndGlobalSection
GlobalSection(ExtensibilityAddIns) = postSolution
EndGlobalSection
EndGlobal
其中:http://localhost/swt/swts.csproj就是你的虚拟路径,看看是不是、对了!
#2
还有一个文件------工程文件与工程文件相联有一个扩展名为.WEBINFO的文件,你打开它们(用记事本)研究一下,应该就会明怎样打开这些工程了!
#3
还又可能你浏览器设置了代理。
#region 广告开始
CSDN小助手 V2.5,更快、更爽、更方便的浏览CSDN论坛!
界面:http://blog.csdn.net/Qqwwee_Com/archive/2005/11/05/523395.aspx
下载:http://szlawbook.com/csdnv2
#endregion
#region 广告开始
CSDN小助手 V2.5,更快、更爽、更方便的浏览CSDN论坛!
界面:http://blog.csdn.net/Qqwwee_Com/archive/2005/11/05/523395.aspx
下载:http://szlawbook.com/csdnv2
#endregion
#1
首先确认你的IIS已经安装和启动了
其次看看工程文件里面的web服务是不是已经建在你的服务器上了,
在次,看看引用的虚拟路径是不是正确。
如果以上都没有问题的话,那就奇怪了,呵呵!
具体的工程文件用记事本打开后
有以下内容:
Microsoft Visual Studio Solution File, Format Version 8.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "swts", "http://localhost/swt/swts.csproj", "{93B496EE-01F6-478F-9AFC-FA579D1FB950}"
ProjectSection(ProjectDependencies) = postProject
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfiguration) = preSolution
Debug = Debug
Release = Release
EndGlobalSection
GlobalSection(ProjectConfiguration) = postSolution
{93B496EE-01F6-478F-9AFC-FA579D1FB950}.Debug.ActiveCfg = Debug|.NET
{93B496EE-01F6-478F-9AFC-FA579D1FB950}.Debug.Build.0 = Debug|.NET
{93B496EE-01F6-478F-9AFC-FA579D1FB950}.Release.ActiveCfg = Release|.NET
{93B496EE-01F6-478F-9AFC-FA579D1FB950}.Release.Build.0 = Release|.NET
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
EndGlobalSection
GlobalSection(ExtensibilityAddIns) = postSolution
EndGlobalSection
EndGlobal
其中:http://localhost/swt/swts.csproj就是你的虚拟路径,看看是不是、对了!
其次看看工程文件里面的web服务是不是已经建在你的服务器上了,
在次,看看引用的虚拟路径是不是正确。
如果以上都没有问题的话,那就奇怪了,呵呵!
具体的工程文件用记事本打开后
有以下内容:
Microsoft Visual Studio Solution File, Format Version 8.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "swts", "http://localhost/swt/swts.csproj", "{93B496EE-01F6-478F-9AFC-FA579D1FB950}"
ProjectSection(ProjectDependencies) = postProject
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfiguration) = preSolution
Debug = Debug
Release = Release
EndGlobalSection
GlobalSection(ProjectConfiguration) = postSolution
{93B496EE-01F6-478F-9AFC-FA579D1FB950}.Debug.ActiveCfg = Debug|.NET
{93B496EE-01F6-478F-9AFC-FA579D1FB950}.Debug.Build.0 = Debug|.NET
{93B496EE-01F6-478F-9AFC-FA579D1FB950}.Release.ActiveCfg = Release|.NET
{93B496EE-01F6-478F-9AFC-FA579D1FB950}.Release.Build.0 = Release|.NET
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
EndGlobalSection
GlobalSection(ExtensibilityAddIns) = postSolution
EndGlobalSection
EndGlobal
其中:http://localhost/swt/swts.csproj就是你的虚拟路径,看看是不是、对了!
#2
还有一个文件------工程文件与工程文件相联有一个扩展名为.WEBINFO的文件,你打开它们(用记事本)研究一下,应该就会明怎样打开这些工程了!
#3
还又可能你浏览器设置了代理。
#region 广告开始
CSDN小助手 V2.5,更快、更爽、更方便的浏览CSDN论坛!
界面:http://blog.csdn.net/Qqwwee_Com/archive/2005/11/05/523395.aspx
下载:http://szlawbook.com/csdnv2
#endregion
#region 广告开始
CSDN小助手 V2.5,更快、更爽、更方便的浏览CSDN论坛!
界面:http://blog.csdn.net/Qqwwee_Com/archive/2005/11/05/523395.aspx
下载:http://szlawbook.com/csdnv2
#endregion