- In , open Control Panel and then click Programs.
- Under Programs and Features, click Turn Windows features on or off.
Note If Control Panel is set to display in Classic view, click Programs and Features,
and in then in the left pane, click Turn Windows features on or off. - The Windows Features dialog box is displayed.Expand Internet Information Services.
- Expand Web Management Tools, expand IIS 6 Management Compatibility, and then select the IIS 6 Metabase and IIS 6 configuration compatibility check box.
- Expand World Wide Web Services, expand Application Development Features, and then select the ASP.NET check box.
NoteThe options that are required for Web application development will automatically
be select - Expand World Wide Web Services, expand Security, and then select the Windows Authentication check box. To enable Visual Studio to debug applications, you must configure IIS 7.0 with the Windows Authentication module. By default, the module is not configured as part of IIS.
- Expand the World Wide Services, expand the Common HTTP Features then check the Static Content.
- Click OK to start the IIS and ASP.NET installation process.
- When the configuration process finishes, close Control Panel.
- After clicking OK button it will take some time to install IIS and others features on your computer. After doing this you need to be sure that every thing is OK! for this open your browser and navigate to http://localhost. If you can see the following page then every thing is OK.
Solution for the QlikView, Biztalk, DotNet and MSBI real time development problems
Search This Blog
Tuesday, December 27, 2011
Installing IIS 7 on Windows Vista and Windows 7
Friday, December 16, 2011
Details and Limitations of Blobs, Tables, and Queues of Windows Azure
Blobs
|
|
|
|
|
|
Container
Name:
|
|
|
|
|
|
|
Blob Name:
- 1,024 Characters Max
- Any combination of characters, but reserved URL characters must be properly escaped
- Specify a delimiter within a blob name to create a virtual hierarchy though blob storage is flat and not a hierarchical
Tables
Table Name:
|
|
|
|
|
|
|
Property Name:
|
|
|
|
Queues
- Messages - 8 KB Max
- Messages pushed to end of queue and popped from front of queue (FIFO)
- Unlimited number of messages
Queue Name:
|
|
|
|
|
|
|
Windows Azure One of the request inputs is out of range
Exception :
Microsoft.WindowsAzure.StorageClient.StorageClientException was unhandled
Message=One of the request inputs is out of range.
Source=Microsoft.WindowsAzure.StorageClient
InnerException: System.Net.WebException
Message=The remote server returned an error: (400) Bad Request.
Source=System
StackTrace:
at System.Net.HttpWebRequest.EndGetResponse(IAsyncResult asyncResult)
at Microsoft.WindowsAzure.StorageClient.EventHelper.ProcessWebResponse(WebRequest req, IAsyncResult asyncResult, EventHandler`1 handler, Object sender)
Solution :
All container and queue names should not contain capital letters
for Windows Azure Details and Limitataions Click on below link
http://challadotnetfaq.blogspot.com/2011/12/details-and-limitations-of-blobs-tables.html
Subscribe to:
Posts (Atom)
Popular Posts
-
What is SQL Injection SQL Injection is one of the most dangerous possible attacks we have to deal with as a web application developer, a...
-
For MVC Interview Questions Part 2 refer below link: http://challadotnetfaq.blogspot.co.uk/2013/12/mvc-interview-questions-and-answers_...
-
Qlikview developer, Designer and admin interview questions (Qlikview developer, Designer and admin FAQ’S) 1. Difference between Set ...
-
. Following code is useful to delete duplicate records. The table must have identity column, which will be used to identify the duplicate re...
-
Review the permissions of the user that you're trying to impersonate. In my situation, I was only getting the error on my development ...