<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.asp.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Visual Studio 2005</title><link>http://forums.asp.net/138.aspx</link><description>General discussions of Visual Studio 2005.  &lt;a href="http://aspadvice.com/SignUp/list.aspx?l=162&amp;c=30" target="_blank"&gt;Email List&lt;/a&gt;</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Re: Internet Explorer cannot display the webpage</title><link>http://forums.asp.net/thread/3268105.aspx</link><pubDate>Wed, 01 Jul 2009 06:53:01 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3268105</guid><dc:creator>mikehac</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3268105.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=138&amp;PostID=3268105</wfw:commentRss><description>&lt;p&gt;&lt;BLOCKQUOTE&gt;&lt;div&gt;&lt;img src="/Themes/fan/images/icon-quote.gif"&gt; &lt;strong&gt;geosync:&lt;/strong&gt;&lt;/div&gt;&lt;div&gt;
&lt;p&gt;Now I&amp;#39;m getting a series of errors that start with this:&lt;/p&gt;
&lt;p&gt;&amp;quot;The EXECUTE permission was denied on the object...&amp;quot;&lt;/p&gt;
&lt;p&gt;For example:&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; The EXECUTE permission was denied on the object &amp;#39;aspnet_Membership_GetAllUsers&amp;#39;, database...&lt;/p&gt;
&lt;p&gt;So I grant execute permissions to each object where an error occurs; but what is happening here?&amp;nbsp; I reinstalled SQL Server, and now I need to grant permissions where I never had to before.&lt;/p&gt;
&lt;p&gt;This is making me crazy.&lt;/p&gt;
&lt;p&gt;&lt;/div&gt;&lt;/BLOCKQUOTE&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I think,that I had same problem,so I tried to grand permition to every object(actually there was a couple of stored procedures that throw these exceptions),but after that I just added ASPNET user to my database(MyDB/Securety/Users new user)&lt;/p&gt;
&lt;p&gt;and the problem has disappeared&lt;/p&gt;</description></item><item><title>Re: Internet Explorer cannot display the webpage</title><link>http://forums.asp.net/thread/3111893.aspx</link><pubDate>Thu, 23 Apr 2009 01:46:48 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3111893</guid><dc:creator>geosync</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3111893.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=138&amp;PostID=3111893</wfw:commentRss><description>&lt;p&gt;Thomas,&lt;/p&gt;
&lt;p&gt;Thank you for your this valuable information.&amp;nbsp; But, there is something I don&amp;#39;t understand:&lt;/p&gt;
&lt;p&gt;1. The web.config of my web app always includes this line:&lt;/p&gt;&lt;font color="#0000ff"&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;&lt;/font&gt;&lt;font color="#a31515"&gt;add&lt;/font&gt;&lt;font color="#0000ff"&gt; &lt;/font&gt;&lt;font color="#ff0000"&gt;name&lt;/font&gt;&lt;font color="#0000ff"&gt;=&lt;/font&gt;&amp;quot;&lt;font color="#0000ff"&gt;LocalSqlServer&lt;/font&gt;&amp;quot;&lt;font color="#0000ff"&gt; &lt;/font&gt;&lt;font color="#ff0000"&gt;connectionString&lt;/font&gt;&lt;font color="#0000ff"&gt;=&lt;/font&gt;&amp;quot;&lt;font color="#0000ff"&gt;Server=localhost;Database=DSAT;Trusted_Connection=True;&lt;/font&gt;&amp;quot;&lt;font color="#0000ff"&gt; /&amp;gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;2. I&amp;#39;m using the same .MDF file as before I reinstalled SQL Server 2005.&lt;/p&gt;
&lt;p&gt;I think the only thing that changed is the installation of DB engine.&lt;/p&gt;
&lt;p&gt;Why would I need to change any database permissions after reinstalling SQL Server 2005?&amp;nbsp; Why doesn&amp;#39;t everything work like it did before I reinstallled SQL Server 2005?&lt;/p&gt;
&lt;p&gt;Something must be different about how I reinstalled SQL Server 2005.&amp;nbsp; What could it be?&lt;/p&gt;
&lt;p&gt;Thanks again&lt;/p&gt;</description></item><item><title>Re: Internet Explorer cannot display the webpage</title><link>http://forums.asp.net/thread/3097316.aspx</link><pubDate>Fri, 17 Apr 2009 09:11:50 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3097316</guid><dc:creator>Thomas Sun – MSFT</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3097316.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=138&amp;PostID=3097316</wfw:commentRss><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;For the Login failed for user &amp;#39;MAIN\ASPNET&amp;#39; error, you also can use SQL Server Authentication to login server. To do so, we need UserID and Password to connect database. The connection string should look like &lt;em&gt;&amp;quot;Server=YourServerAddress;Database=YourDataBase;Uid=YourUsername;Pwd=YourPassword;&amp;quot;&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;For more information, see &lt;a href="http://www.connectionstrings.com/?carrier=sqlserver2005"&gt;http://www.connectionstrings.com/?carrier=sqlserver2005&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;BLOCKQUOTE&gt;&lt;div&gt;&lt;img src="/Themes/fan/images/icon-quote.gif"&gt; &lt;strong&gt;geosync:&lt;/strong&gt;&lt;/div&gt;&lt;div&gt; 
&lt;p&gt;Now I&amp;#39;m getting a series errors that start with this:&lt;/p&gt;
&lt;p&gt;&amp;quot;The EXECUTE permission was denied on the object...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;/div&gt;&lt;/BLOCKQUOTE&gt;&lt;/p&gt;
&lt;p&gt;The error message above indicates the user doesn&amp;#39;t have execute permission on these objects. When you add user (in this case, it is &amp;#39;MAIN\ASPNET&amp;#39;), you also need to grant proper&amp;nbsp;permissions to it. You can use Grant T-Sql (&lt;a href="http://msdn.microsoft.com/en-us/library/ms188371(SQL.90).aspx"&gt;http://msdn.microsoft.com/en-us/library/ms188371(SQL.90).aspx&lt;/a&gt;).&lt;/p&gt;
&lt;p&gt;For testing, you also can use other account of SQL Server, such as SA, to connect database in your web application.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I look forward to receiving your test results. &lt;/p&gt;</description></item><item><title>Re: Internet Explorer cannot display the webpage</title><link>http://forums.asp.net/thread/3096344.aspx</link><pubDate>Fri, 17 Apr 2009 01:13:31 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3096344</guid><dc:creator>geosync</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3096344.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=138&amp;PostID=3096344</wfw:commentRss><description>&lt;p&gt;Now I&amp;#39;m getting a series of errors that start with this:&lt;/p&gt;
&lt;p&gt;&amp;quot;The EXECUTE permission was denied on the object...&amp;quot;&lt;/p&gt;
&lt;p&gt;For example:&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; The EXECUTE permission was denied on the object &amp;#39;aspnet_Membership_GetAllUsers&amp;#39;, database...&lt;/p&gt;
&lt;p&gt;So I grant execute permissions to each object where an error occurs; but what is happening here?&amp;nbsp; I reinstalled SQL Server, and now I need to grant permissions where I never had to before.&lt;/p&gt;
&lt;p&gt;This is making me crazy.&lt;/p&gt;</description></item><item><title>Re: Internet Explorer cannot display the webpage</title><link>http://forums.asp.net/thread/3096316.aspx</link><pubDate>Fri, 17 Apr 2009 00:55:21 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3096316</guid><dc:creator>geosync</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3096316.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=138&amp;PostID=3096316</wfw:commentRss><description>&lt;p&gt;Thanks, vinz.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;The web app starts if I use a different project Start Page.&lt;/p&gt;
&lt;p&gt;Then, I saw this error:&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Cannot open database &amp;quot;...&amp;quot; requested by the login. The login failed.&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Login failed for user &amp;#39;MAIN\ASPNET&amp;#39;&lt;/p&gt;
&lt;p&gt;I can add ASPNET as a user to the database.&amp;nbsp; &lt;/p&gt;
&lt;p&gt;But will I have to add ASPNET as a user to each future database, too?&amp;nbsp; Is there a better way?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: Internet Explorer cannot display the webpage</title><link>http://forums.asp.net/thread/3092638.aspx</link><pubDate>Wed, 15 Apr 2009 21:45:06 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3092638</guid><dc:creator>vinz</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3092638.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=138&amp;PostID=3092638</wfw:commentRss><description>&lt;p&gt;Please try to check this thread: &lt;a href="http://forums.asp.net/p/1356920/2787194.aspx"&gt;http://forums.asp.net/p/1356920/2787194.aspx&lt;/a&gt;&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Internet Explorer cannot display the webpage</title><link>http://forums.asp.net/thread/3091555.aspx</link><pubDate>Wed, 15 Apr 2009 14:47:59 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3091555</guid><dc:creator>geosync</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3091555.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=138&amp;PostID=3091555</wfw:commentRss><description>&lt;p&gt;I&amp;#39;ve been using VS 2005 for 2 1/2 years.&amp;nbsp; Yesterday, I uninstalled / reinstalled SQL Server 2005.&lt;/p&gt;
&lt;p&gt;Now, I can&amp;#39;t debug/run the website project I&amp;#39;ve been developing:&lt;/p&gt;
&lt;p&gt;&amp;quot;Internet Explorer cannot display the webpage&amp;quot;&lt;/p&gt;
&lt;p&gt;The startup page is specified as default.aspx, and this&amp;nbsp;page exists.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;The TimeTracker starter kit works ok.&amp;nbsp; So there&amp;#39;s something about my web app project;&amp;nbsp; I don&amp;#39;t know what...&lt;/p&gt;
&lt;p&gt;Could&amp;nbsp;someone please give me some guidance on restarting my development project?&lt;/p&gt;</description></item></channel></rss>