<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>of bits and bytes &#187; ASP.NET</title>
	<atom:link href="http://blog.rolandbaer.ch/category/aspnet/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.rolandbaer.ch</link>
	<description>Der normale Wahnsinn in der Softwarewelt - The ordinary madness in the world of software.</description>
	<lastBuildDate>Sun, 05 Feb 2012 16:14:10 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Get the password of user IWAM_</title>
		<link>http://blog.rolandbaer.ch/2009/01/17/get-the-password-of-user-iwam_/</link>
		<comments>http://blog.rolandbaer.ch/2009/01/17/get-the-password-of-user-iwam_/#comments</comments>
		<pubDate>Sat, 17 Jan 2009 17:00:17 +0000</pubDate>
		<dc:creator>Roland Bär</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[English]]></category>

		<guid isPermaLink="false">http://blog.rolandbaer.ch/?p=79</guid>
		<description><![CDATA[After trying some things in the IIS settings I wanted to change back to use the IWAM_* account. But for this I needed the password. I&#8217;ve searched and found some informations and tips to get the password that was used for the IUSR_* or IWAM_* accounts.]]></description>
			<content:encoded><![CDATA[<p>After trying some things in the IIS settings I wanted to change back to use the IWAM_* account. But for this I needed the password. I&#8217;ve searched and found some informations and tips to <a href="http://vittoriop77.blogspot.com/2006/06/iis-iusr-and-iwam-password.html">get the password that was used for the IUSR_* or IWAM_* accounts</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.rolandbaer.ch/2009/01/17/get-the-password-of-user-iwam_/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Exception &#8220;No web service found at:&#8221; with /js or /jsdebug</title>
		<link>http://blog.rolandbaer.ch/2007/03/09/exception-no-web-service-found-at-with-js-or-jsdebug/</link>
		<comments>http://blog.rolandbaer.ch/2007/03/09/exception-no-web-service-found-at-with-js-or-jsdebug/#comments</comments>
		<pubDate>Fri, 09 Mar 2007 10:35:38 +0000</pubDate>
		<dc:creator>Roland Bär</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[English]]></category>
		<category><![CDATA[Pitfall]]></category>

		<guid isPermaLink="false">http://blog.rolandbaer.ch/2007/03/09/exception-no-web-service-found-at-with-js-or-jsdebug/</guid>
		<description><![CDATA[With &#8220;ASP.NET 2.0 AJAX Extensions 1.0&#8243; (I love this name with two version numbers inside&#8230;) you can request a JavaScript Proxy for a web service with appending /js or /jsdebug to the web service path, like &#8220;http://my-server/my-service.asmx/js&#8221;. When I deployed my application I&#8217;ve got the InvalidOperationException &#8220;No web service found at:&#8221;. When I called the [...]]]></description>
			<content:encoded><![CDATA[<p>With &#8220;ASP.NET 2.0 AJAX Extensions 1.0&#8243; (I love this name with two version numbers inside&#8230;) you can request a JavaScript Proxy for a web service with appending /js or /jsdebug to the web service path, like &#8220;http://my-server/my-service.asmx/js&#8221;.</p>
<p>When I deployed my application I&#8217;ve got the InvalidOperationException &#8220;No web service found at:&#8221;. When I called the web service without /js or /jsdebug the web service worked (at least the generated forms in the Browser where shown). </p>
<p>I&#8217;ve spent a lot of time &#8217;til I recognized the File my-service.asmx was not included in the deploy package. So without the /js appended the my-service.asmx file was not needed, the code from the compiled dll was executed directly, but when I added /js it needed the file.</p>
<p>Conclusion:<br />
Don&#8217;t forget to add the .asmx files in the deployment of your ASP.NET AJAX Project!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.rolandbaer.ch/2007/03/09/exception-no-web-service-found-at-with-js-or-jsdebug/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Ambiguous match found nach Publishen der ASP.NET Webseite</title>
		<link>http://blog.rolandbaer.ch/2006/09/27/ambiguous-match-found-nach-publishen-der-aspnet-webseite/</link>
		<comments>http://blog.rolandbaer.ch/2006/09/27/ambiguous-match-found-nach-publishen-der-aspnet-webseite/#comments</comments>
		<pubDate>Wed, 27 Sep 2006 12:18:28 +0000</pubDate>
		<dc:creator>Roland Bär</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[Deutsch]]></category>
		<category><![CDATA[Pitfall]]></category>

		<guid isPermaLink="false">http://blog.rolandbaer.ch/2006/09/27/ambiguous-match-found-nach-publishen-der-aspnet-webseite/</guid>
		<description><![CDATA[Beim Entwickeln einer Web-Anwendung bin ich über eine Eigenart von ASP.NET 2.0 gestolpert. Beim Testen auf dem lokalen Rechner lief alles wie gewünscht. Nach dem Publishen der Webseite erhielt ich dann aber den Fehler: Ambiguous match found Als Fehlerzeile war die erste Zeile mit der @Page -Direktive angegeben. Nach einigem Suchen im Internet fand ich [...]]]></description>
			<content:encoded><![CDATA[<p>Beim Entwickeln einer Web-Anwendung bin ich über eine Eigenart von ASP.NET 2.0 gestolpert. Beim Testen auf dem lokalen Rechner lief alles wie gewünscht. Nach dem Publishen der Webseite erhielt ich dann aber den Fehler:</p>
<div class="codecolorer-container text geshi" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">Ambiguous match found</div></div>
<p>Als Fehlerzeile war die erste Zeile mit der</p>
<div class="codecolorer-container text geshi" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">@Page</div></div>
<p>-Direktive angegeben.</p>
<p>Nach einigem Suchen im Internet fand ich bei <a href="http://weblogs.asp.net/pjohnson/default.aspx">Peter Johnson</a> den Blog-Eintrag <a href="http://weblogs.asp.net/pjohnson/archive/2006/08/11/Ambiguous-match-found.aspx">Ambiguous match found</a>, der mich auf das Problem aufmerksam machte:</p>
<p>Innerhalb meiner Seite hatte ich ein hiddenField mit der ID</p>
<div class="codecolorer-container text geshi" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">MyIdentifier</div></div>
<p>und eine</p>
<div class="codecolorer-container text geshi" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">protected</div></div>
<p>Member-Variable mit dem Namen</p>
<div class="codecolorer-container text geshi" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">myIdentifier</div></div>
<p>. Diese beiden Variablen lebten während dem Entwickeln in friedlicher Koexistenz, nach dem Publizieren der Webseite vertrugen sie sich aber nicht mehr. Leider liefert das Visual Studio weder während des Entwickelns noch beim Publizieren irgendwelche Warnungen oder Fehler. Nachdem ich</p>
<div class="codecolorer-container text geshi" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">myIdentifier</div></div>
<p>in</p>
<div class="codecolorer-container text geshi" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">theIdentifier</div></div>
<p>umbenannt hatte lief dann alles reibunglos.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.rolandbaer.ch/2006/09/27/ambiguous-match-found-nach-publishen-der-aspnet-webseite/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fehlendes ImageUrl bei asp:image erzeugt unerwünschtem Seitenaufruf</title>
		<link>http://blog.rolandbaer.ch/2006/09/26/fehlendes-imageurl-bei-aspimage-erzeugt-unerwunschtem-seitenaufruf/</link>
		<comments>http://blog.rolandbaer.ch/2006/09/26/fehlendes-imageurl-bei-aspimage-erzeugt-unerwunschtem-seitenaufruf/#comments</comments>
		<pubDate>Tue, 26 Sep 2006 09:58:14 +0000</pubDate>
		<dc:creator>Roland Bär</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[Deutsch]]></category>
		<category><![CDATA[Pitfall]]></category>

		<guid isPermaLink="false">http://blog.rolandbaer.ch/2006/09/26/fehlendes-imageurl-bei-aspimage-erzeugt-unerwunschtem-seitenaufruf/</guid>
		<description><![CDATA[Stundenlang habe ich gesucht, bis ich den Fehler gefunden habe: Unter bestimmten Umständen wurde meine Seite bei einem Postback erneut aufgerufen, aber mit IsPostBack == false . Bis ich dann herausgefunden habe, dass es am asp:image Tag liegt. Wenn das Attribut ImageUrl nicht angegeben wird, wird das Tag image mit einem leeren src Attribut erzeugt, [...]]]></description>
			<content:encoded><![CDATA[<p>Stundenlang habe ich gesucht, bis ich den Fehler gefunden habe:</p>
<p>Unter bestimmten Umständen wurde meine Seite bei einem Postback erneut aufgerufen, aber mit</p>
<div class="codecolorer-container text geshi" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">IsPostBack == false</div></div>
<p>. Bis ich dann herausgefunden habe, dass es am</p>
<div class="codecolorer-container text geshi" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">asp:image</div></div>
<p>Tag liegt. Wenn das Attribut</p>
<div class="codecolorer-container text geshi" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">ImageUrl</div></div>
<p>nicht angegeben wird, wird das Tag image mit einem leeren</p>
<div class="codecolorer-container text geshi" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">src</div></div>
<p>Attribut erzeugt, was den Browser dazu veranlasst, als Bild die Seite laden zu wollen. Dies erzeugte den nicht gewünschten Seitenaufruf. Nachdem ich ein leeres Bild als Standardbild angegeben habe, passiert dieser unerwünschte Seitenaufruf nicht mehr.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.rolandbaer.ch/2006/09/26/fehlendes-imageurl-bei-aspimage-erzeugt-unerwunschtem-seitenaufruf/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ScottGu&#8217;s Blog : &#8220;Atlas&#8221; 1.0 Naming and Roadmap</title>
		<link>http://blog.rolandbaer.ch/2006/09/12/scottgus-blog-atlas-10-naming-and-roadmap/</link>
		<comments>http://blog.rolandbaer.ch/2006/09/12/scottgus-blog-atlas-10-naming-and-roadmap/#comments</comments>
		<pubDate>Tue, 12 Sep 2006 06:35:44 +0000</pubDate>
		<dc:creator>Roland Bär</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[Deutsch]]></category>

		<guid isPermaLink="false">http://blog.rolandbaer.ch/2006/09/12/scottgus-blog-atlas-10-naming-and-roadmap/</guid>
		<description><![CDATA[Wie Scott Guthrie in seinem Blog schreibt, erhält Atlas mit der Version 1.0, die Ende Jahr erscheinen soll, einen ofiziellen Namen (bzw. drei): Die Client-seitige Javascript Bibliothek wird zu Microsoft AJAX Library Die Server-seitige Bibliothek (UpdatePanel) wird zu ASP.NET 2.0 Ajax Extensions Das jetztige Atlas Control Toolkit wird zu ASP.NET Ajax Control Toolkit Mit der [...]]]></description>
			<content:encoded><![CDATA[<p>Wie Scott Guthrie in <a href="http://weblogs.asp.net/scottgu/archive/2006/09/11/_2200_Atlas_2200_-1.0-Naming-and-Roadmap.aspx">seinem Blog</a> schreibt, erhält Atlas mit der Version 1.0, die Ende Jahr erscheinen soll, einen ofiziellen Namen (bzw. drei):</p>
<ul>
<li>Die Client-seitige Javascript Bibliothek wird zu <strong>Microsoft AJAX Library</strong></li>
<li>Die Server-seitige Bibliothek (UpdatePanel) wird zu <strong>ASP.NET 2.0 Ajax Extensions</strong></li>
<li>Das jetztige Atlas Control Toolkit wird zu <strong>ASP.NET Ajax Control Toolkit</strong></li>
</ul>
<p>Mit der Version 1.0 wird es auch ofiziellen Support für die Bibliotheken geben.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.rolandbaer.ch/2006/09/12/scottgus-blog-atlas-10-naming-and-roadmap/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

