|
|
browse.develop.com
Browse.develop.com is a community that was established to collect and
organize valuable web information. Our technical staff have selected and
indexed information and courses that they feel will help you stay
current on best practices across the SDLC.
|
23 Articles match "IIS"
|
Related DevelopMentor Courses
|
MORE
|
|
SharePoint for Developers (WSSv3/MOSS2007)
We find out how WSS/MOSS takes advantage of IIS and ASP.NET. Security - Custom Authentication The last version of WSS and SharePoint Portal Server relied solely on IIS for authentication. The new release of WSS v3 can handle authentication outside of IIS and Windows authentication. The technologies covered will each be deployed utilizing the new feature and solution framework in WSS. You'll get answers to these questions: How do I understand the page-processing and request-processing framework? How do I connect to the object model? With WSS v3, all that has changed.
DevelopMentor Courses
- Friday, June 12, 2009
Web Development Featuring LINQ, AJAX, ASP.NET & MVC Training
jQuery Visual Studio 2008 IIS 7 Silverlight 2 Internet Explorer 8 ASP.NET Model View Controller (MVC) You'll get answers to these questions: What is LINQ and can I use it in ASP.NET? How has IIS 7 changed from previous versions? IIS 7 Architecture We examine the redesigned architecture of IIS 7 using the integrated pipeline, and we observe how it improves performance and security. Web Development Featuring LINQ, AJAX, ASP.NET & MVC is an examination of Microsoft's recent innovations in web development. What new controls have been added in ASP.NET 3.5?
DevelopMentor Courses
- Wednesday, June 2, 2010
Beyond ASP.NET: Enhancing Web Development with.NET 3.5
jQuery Visual Studio 2008 IIS 7 Silverlight 2 Internet Explorer 8 ASP.NET Model View Controller (MVC) You'll get answers to these questions: What is LINQ and can I use it in ASP.NET? How has IIS 7 changed from previous versions? IIS 7 Architecture We examine the redesigned architecture of IIS 7 using the integrated pipeline, and we observe how it improves performance and security. Beyond ASP.NET: Enhancing Web Development with 3.5 is an examination of Microsoft's recent innovations in web development. What new controls have been added in ASP.NET 3.5? Day 2 ASP.NET 3.5
DevelopMentor Courses
- Friday, June 12, 2009
|
29 Articles match "IIS"
|
The Latest from DevelopMentor
|
MORE
|
|
IIS & RESTful Services #FAIL
when will super duper IIS finally support non-Windows accounts for HTTP authentication? see here for a complete module including IIS management integration: [link]. Tags: IIS WCF really? link].
www.leastprivilege.com
- Wednesday, July 21, 2010
Reading Excel files in a WCF service using OleDB requires 32bit process
My development machine is running Windows 7 64bit and my service was deployed to IIS. I’ve been doing a little work on a WCF service that reads an Excel file. kept running into a problem with opening the OleDb connection to the Excel file: “Error: Microsoft.Jet.OLEDB.4.0' provider is not registered on the local machine.”. Turns out that Office Jet provider will only run in 32bit. After changing my ASP.NET processes to run in 32bit everything ran just fine. This KB article shows how to change ASP.NET to 32bit: [link].
The Blomsma Code
- Wednesday, March 10, 2010
Reading Excel files in a WCF service using OleDB requires 32bit process
My development machine is running Windows 7 64bit and my service was deployed to IIS. I’ve been doing a little work on a WCF service that reads an Excel file. kept running into a problem with opening the OleDb connection to the Excel file: “Error: Microsoft.Jet.OLEDB.4.0' provider is not registered on the local machine.”. Turns out that Office Jet provider will only run in 32bit. After changing my ASP.NET processes to run in 32bit everything ran just fine. This KB article shows how to change ASP.NET to 32bit: [link].
The Blomsma Code
- Wednesday, March 10, 2010
|
-
|
The Best from DevelopMentor
|
MORE
|
-
Installing an IIS 7 Extension
Related to cleaning up my authentication module for Codeplex , I needed a way to (semi) automatically install a complete IIS extension (including schema, config sections and management extensions). Usually an IIS 7 extension consists of at least three assemblies (module/handler, server extensions, client extensions). Also take into account, that IIS loads GACed assemblies domain neutral. This involves copying your schema to the IIS' schema directory and add a. Mike Volodarsky from the IIS team has written a nice tool call IisSchema that automates this step.
www.leastprivilege.com
- Saturday, April 19, 2008
-
Worker Process Accounts in IIS 7.5
Windows 7 and Windows Server 2008 R2 ship with IIS 7.5. The login failed.Login failed for user ' IIS APPPOOLDefaultAppPool '. closer look reveals, that in IIS manager you now have five accounts to choose from when setting up an App Pool: System, Network Service, Local Service, Custom… and ApplicationPoolIdentity. Tags: IIS While migrating the StarterSTS , I made an interesting observation. remember vaguely I read about that somewhere – but basically I got this error message: Cannot open database "aspnetdb" requested by the login. That’s an interesting account.
www.leastprivilege.com
- Wednesday, June 3, 2009
-
Writing IIS 7 Manager Extensions
Tags: IIS
www.leastprivilege.com
- Thursday, June 5, 2008
-
Getting rid of the.svc Extension in IIS
recently tried to use the URL rewriting module for IIS 7 to achieve the same - this rule worked for me: < action type = " Rewrite ". Tags: IIS;WCF Jon posted a module that does this. url = " {R:1}.svc/{R:2} svc/{R:2} " /> HTH.
www.leastprivilege.com
- Wednesday, October 15, 2008
-
Advanced Extensions to IIS 7 Configuration
Great article about IIS 7 configuration extensibility: [link]. Tags: IIS Especially infos about the COM backed extensions are hard to find elsewhere.
www.leastprivilege.com
- Thursday, June 12, 2008
-
IIS & RESTful Services #FAIL
when will super duper IIS finally support non-Windows accounts for HTTP authentication? see here for a complete module including IIS management integration: [link]. Tags: IIS WCF really? link].
www.leastprivilege.com
- Wednesday, July 21, 2010
-
New IIS7 Resources
Hardening IIS 7. IIS 7 FTP Server. IIS 7 Manager. Tags: IIS
www.leastprivilege.com
- Friday, February 29, 2008
|
|
|