Screen design | Front-end | Quality from Budapest

Letzte Beitraege

ViewState Errors on ASP.NET Application

If you've an asp.net application running on load balanced systems, it's a good idea to give all the real servers the same application key in the web.config. You can use this web page to generate the needed keys:

http://www.developmentnow.com/articles/machinekey_generator.aspx

.net links

http://windowsclient.net/

entwickler tools die ich nie wieder missen möchte...

colorpad
freeware
mit diesem tool kann man den cursor über ein beliebiges pixel des bildschirms ziehen, und erhält den rgb code sowohl dezimal als auch hexadezimal ausgewiesen
link: http://www.webmasterfree.com/ColorPad_d7705.html

compareit
damit lassen sich zwei dateien vergleichen. ideal, um zwei source code stände zu vergleichen. die unterschiede werden optisch durch eine farbliche markierung gekennzeichnet.
link: http://www.grigsoft.com/index.htm

textpad
text editor, der source code formatierungen unterstützt
link: http://www.textpad.com/download/index.html

sandcastle documentation
Sandcastle produces accurate, MSDN style, comprehensive documentation by reflecting over the source assemblies and optionally integrating XML Documentation Comments.
link: http://www.codeplex.com/Sandcastle

sandcastle help file builder
Sandcastle produces accurate, MSDN style, comprehensive documentation by reflecting over the source assemblies and optionally integrating XML Documentation Comments.
link: http://www.codeplex.com/SHFB

http watch
HttpWatch is an HTTP viewer and debugger that integrates
with Internet Explorer to provide seamless HTTP and HTTPS
monitoring without leaving the browser window.
link: http://www.httpwatch.

linqpad
Well, you don't have to!  LINQPad lets you interactively query SQL databases in a modern query language: LINQ.  Kiss goodbye to SQL Management Studio!
link: http://www.linqpad.net/

visual linq query builder
Visual LINQ Query Builder is an add-in to Visual Studio 2008 Designer that helps you visually build LINQ to SQL queries.
link: http://code.msdn.microsoft.com/vlinq


notepad2
a light-weight Notepad-like text editor with syntax highlighting
link: http://www.flos-freeware.ch/

windows live id - what now?

are you tired of registering on a lot of diffent sites? would be great to have a single account, to log on different sites? that's - maybe - the idea of microsoft windows live id. you can log on with your windows live id (the same as microsoft messenger). you can put this registration thing on your homepage, so you don't need to do your own registration.

sounds nice? would be nice, but it doesn't work like that.

the registration (login/logout) can be done via windows live id, but its not possible to get information about this user. so, again, you have to ask the user to enter his information (name, email, etc) into a form on your page.

so, why to use windows live id? i don't know!

ASP.NET für den IIS unter Windows Vista einrichten

Sollten Sie nachträglich auf Ihrem Vista PC den Internet Information Server 7.0 (IIS) installiert haben, und ASPX Seiten hosten wollen, ist noch ein weiterer Vorgang notwendig. Andernfalls bekommen Sie folgende Fehlermeldung:

 

HTTP-Fehler 404.3 - Not Found

 

Beschreibung: Die angeforderte Seite kann aufgrund der für den Webserver konfigurierten MIME (Multipurpose Internet Mail Extensions)-Zuordnungsrichtlinien nicht angezeigt werden. Die angeforderte Seite weist eine unbekannte Dateinamenerweiterung auf. Sie ist daher nicht zulässig.

Fehlercode: 0x80070032

Benachrichtigung: ExecuteRequestHandler

Modul: StaticFileModule

 

usw.

Um diesen Fehler wegzubekommen, gehen Sie folgendermaßen vor:

 

1) Starten Sie die Eingabeaufforderung als Administrator

2) Wechseln Sie in das Microsoft .NET Verzeichnis (zb C:\Windows\Microsoft.NET\Framework\v2.0.50727\)

3) Führen Sie folgende Datei aus: aspnet_regiis -i

 

Dann sollten auch ASPX Seiten auf Ihrem IIS funktionieren.