问题标签 [visual-web-developer]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
2 回答
1353 浏览

sql-server - SQL Server 2008 和 Visual Web Developer 2008 速成版:连接到数据库失败!

所以我看到了这个问题/评论......

如何将 SQL Server 2005 Express Edition 集成到 Visual Web Developer 2008 Express Edition

这正是我遇到的问题,仅使用 SQL Server 2008 express edition 和 Visual Web Dev 2008 express。每次我尝试单击添加新数据库时,我都会得到完全相同的错误代码。

我尝试了对另一个问题的回答,但这并没有为我解决问题。

请HEEEEEELLLPP!!!谢谢

编辑:

我应该注意,这些是安装在我家用笔记本电脑上的,用于学习目的。

该实例必须是一个命名实例,尽管我不确定那是什么。当我加载它并选择连接时:“服务器名称”显示为“JUSTIN-PC\SQLEXPRESS”,尽管我不确定这就是所谓的实例名称。

我确实在 Visual Studio 数据连接字段中尝试过,但它没有用,所以我假设这是不对的。所以我正在阅读它的帮助,但真的迷失了......虽然它看起来可能为我分配了一个命名实例,虽然我不知道那是什么。

感谢帮助新手学习!!

0 投票
2 回答
14918 浏览

visual-web-developer - 如何使用 Vis Studio Web Developer Express Edition 发布网站

在 MSDN 文档中说:

“注意:发布网站实用程序在 Visual Web Developer Express 版本中不可用。”

话虽如此,这是否意味着除非我购买完整版的 Web Developer,否则我不能将我的网站上传到我的服务器以供在线查看?

0 投票
1 回答
971 浏览

sql-server - SQL Server 2005 express 与 Visual Web Developer 2008 express 的连接

好的,所以我首先下载了 SQL Server Express 2008 和 Wed Developer Express 2008,但我无法将两者集成在一起。正在收到错误消息,这些消息正在为正确版本的 SQL Server 2005 提供服务,所以....

我卸载了 SQL Server Express 2008,并安装了 SQL Server Express 2005。

现在我打开 Visual Web Developer 并尝试将一个项目(SQL 数据库)添加到网站项目的 App_Data 文件夹中,现在我收到以下错误。

“在 SQL Server 中生成用户实例已禁用。使用 sp_configure 'user instances enabled' 生成用户实例。”

好的,所以我知道我可以在 SMS Express 中创建数据库和表,但是我有一堆基于上述方法的培训材料。所以有人可以帮我解决上述错误吗???非常感谢.....

另外要注意的是,以上都是安装在我家的电脑上,用于学习的目的。

0 投票
6 回答
3787 浏览

c# - “/”应用程序中的服务器错误 (ASP.NET)

我只是使用 msdn 上的教程在我的网站上使用可视化 Web 开发人员设置了会员角色和注册。它在本地完美运行,但是当我将它上传到我的服务器时,我得到以下页面:

有谁知道我为什么会看到这个以及如何解决这个问题?任何帮助是极大的赞赏。

谢谢

贝尔。

编辑:

在阅读了错误消息中的以下行后,我刚刚查看了我的 web.config 文件:“在应用程序配置中找不到连接名称‘LocalSqlServer’,或者连接字符串为空。” ...并且注意到以下元素是完全空的:

<connectionStrings/>// 这个应该是空的吗?如果不是什么应该去这里?在错误中,它暗示它不应该为空。另外,我不知道应该在哪里放置 LocalSqlServer

最新编辑

将 DataSource 更改为 LocalHost 后,出现以下错误:

0 投票
1 回答
4371 浏览

sql - Cannot connect to SQL Server Database

I cannot connect to SQL Server Database.

I am trying to setup Membership with roles on my website using the MSDN Tutorial. It used to work only locally on my machine, however after following advice given on different forums, and on stackoverflow, the situation worsened, and now I can't even connect to the SQL Server Database.

When I run the aspnet.regsql.exe utility, I get the following error message:

#xA;

Also, I am unable to use the ASP.NET Website Adimistration Tool. When I click on the Security tab I receive the following error:

#xA;

So, I click on the 'Choose Data Store' button as instructed, which allows me to select a a Provider. The provider is named 'AspNetSqlProvider', it has a Test link beside it. I click on Test and receive the following error message:

#xA;

The only other option on this page is to click "Back".

Can somebody please help me sort this out? It's been over a week now and I've searched high and low for answers and have been given so many links to posts that have been of no help. I'd appreciate any help at all.

I have tried running the Configuration Surface Tool and enabling pipes, local/remote connections, though this has made no difference at all.

I have even gone so far as to completely uninstall Visual Web Developer and SQL Server 2005 and 2008 and delete all traces left behind of these applications, and then re-downloaded them all and re-installed them all again.

No luck so far.

Please help Thanks

Bael

Edit:

I have since tried disabling my firewall changing the port, with no luck.

SOLUTION:

Yes, this may be a little drastic. And I think that this solution should only be a last resort when all else fails.

I managed to fix whatever was wrong by uninstalling SQL Server 2005 and 2008. And then Registering for, downloading SQL Server Express Edition 2008 (with Management Tools) and installing them.

After installation was complete, I closed Visual Web Developer, opened it again, and clicked on the Security tab after opening ASP.NET Website Administration Tool and everything has just "worked" since...

0 投票
1 回答
146 浏览

sql-server - 在 Visual Web Developer 2008 中更改数据库版本

默认使用 SQL Server 2008 自带的 Visual Web Developer 2008。有没有办法从 Visual Web Developer 中将 SQL2008 数据库更改为 SQL2005 版本?

干杯

0 投票
1 回答
335 浏览

asp.net - 发布到实时网站

我和我的朋友正在一个 ASP.NET 支持的网站上进行合作。为了在本地开发它,我们使用 Visual Web Developer Express(足以满足我们的需求)。Subversion(使用 Tortoise SVN)是我们选择的源代码控制,其存储库位于 Unfuddle.com。

当我们需要更新实时站点时,我们会遇到问题——因为它没有版本控制。目前我们使用 VWD 中的“复制到网站”功能,该功能使用 FTP 复制文件。这里有一些问题:

  1. VWD 只跟踪一个用户上传的文件,因此如果另一个用户将文件的更新版本上传到实时站点,我这边的 VWD 无法判断文件的实时版本是更新的还是我的。
  2. 无法判断是否所有最新更改都在实时站点上可用。
  3. 我们必须注意不要在共享的 web.config 文件中到处乱搞,因为其他用户的本地数据库设置与我的不同,当然,实时数据库设置是另一回事!

你们用什么发布到实时网站?是否有任何东西与 Subversion 相关联,以便我们可以自动化该过程并始终保证实时站点与更改列表编号同步?另外,您如何管理不同的 web.config 文件设置?

谢谢!

0 投票
6 回答
390 浏览

asp.net - 我可以把我的源文件放在哪里?

我正在使用 Visual Web Developer 开发 Web 表单目前我在与 Web 表单相同的目录或 App_Code 文件夹中有类源文件。我想将文件组织到网络表单文件夹中的文件夹中,但我找不到添加对文件夹的引用的方法,而且它们似乎没有被自动拾取。这些是正在不断开发的文件。

asp.net/c# 与 c++ 的#include 等效的概念是什么?

这是一个网站,而不是一个Web 应用程序

0 投票
3 回答
2201 浏览

visual-studio - 如何修复/卸载 Visual Web Developer 2010 Beta 2?

我无法卸载 Visual Web Developer 2010 Beta 2。当我第一次尝试卸载时,我的机器断电并搞砸了 Beta 2 安装。我无法再在 Microsoft 网站上找到 Visual Web Developer 2010 Beta 2 下载来修复 Beta 2 安装。如何从我的系统中获取 VWD 2010 Beta 2,以便安装新版本?

0 投票
1 回答
201 浏览

visual-studio-2010 - web developer 2010

Hey....where is the "web service" type of project? i see "web site" but not "web service".

Any idea?

TY