Showing posts with label Windows 7. Show all posts
Showing posts with label Windows 7. Show all posts

Monday, 29 December 2014

The Process cannot access the file because it is being used by another process.(Exception from HRESULT: 0x80070020)

The Process cannot access the file because it is being used by another process.(Exception from HRESULT: 0x80070020)












This kind of Issue will come with Binding Conflict.There is an another application that is using port number 80.


You can run NETSAT -ano and find out the PID, May be the Process name Skype.exe






Thursday, 10 July 2014

this configuration section cannot be used at this path


Hi folks, today i configured IIS in my windows 8.1 system.
I created Application and hosted in IIS 8.5 and accessed then faced this error.

Config Error: This configuration section cannot be used at this path. This happens when the section is locked at a parent level. Locking is either by default (overrideModeDefault="Deny"), or set explicitly by a location tag with overrideMode="Deny" or the legacy allowOverride="false".

i know that there is no application level Error, then i realized this is because of IIS settings then i
did the following settings.

1. Go to Control panel
2. go to Programs and features
3. then select the Turn windows features on or Off.
4. select the Internet information services.
5.click on world wide web services.
6. click on Application developement features.

























7. Check all features except CGI


Wednesday, 9 July 2014

How to enable Windows Authentication for a WebSite in IIS

Today am going to Explain about the Basic of Authentication.

We need to know about how to Enable the Windows authentication for a Web Site, Web Application, Windows Service in IIS(7.5/8.0/8.5).

 Open Internet Information Service Manager (IIS) .


1.     If you are using Window 8 or 8.1:
a.       Click on  Control Panel (Press the Windows key and Press the Letter X)
b.      Click on Administrative tools and then click on Internet information Services (IIS)
2.     If you are Using Window 7
a.       Click on start button and then go to control Panel.
b.      Double – click on Administrative Tools, and the double click on Internet Information Service (IIS).















      3.     In the Connection Pane, expand the Server Name and expand the site, then select Web site or    Web  Application OR Windows Service for which you want to enable the Authentication.

4.     Scroll the IIS in the Center Panel select the Authentication





    5 .        By default windows authentication is disable mode. 





   

















    6. we need to enable by selecting of enable from Actions Pane (right side in the IIS).






       



Wednesday, 14 August 2013

How to Save TFS Credentials in Windows 7

When I start Using on TFS, Every Time when I Start New Instance of  Visual Studio it prompts for Credentials. I Started to search  for a solution then I found a solution.

These are the Steps we have to do.

Step1: Open Control Panel > User Accounts

 

 
Step2 : Click on User Accounts then Manage Your Credentials
 

 

Step3 : Click On Manage your Credentials 

 

 
Step4 : Click on Add Generic Credentials.



 
 
 
 
 
 
 
Enter Ur TFS ServerName in the Internet OR NetWork Address,
 
Add Enter your TFS Credentials.
 
 
 
 

Friday, 15 March 2013

Adding Windows Authentication in IIS 7.5

This Post i am going to Explain, How to Add Windows Authentication in Windows7,
IIS7.5 or IIS7.0 .

Following Steps :

1. First open the Control Panel.
2. Click the Programs and Feature.















3. Click on Turn Windows Features on or Off




















4.Expand the Internet Information Services. then World Wide Web Services.



















5.  Then Expand the Security




















6.Check Windows Authentication then Click Ok.



















7. Next Open IIS Manager and Select your Website, then Select Authentication.



8.  Then Enable the Windows Authentication














Thursday, 31 January 2013

Where is svcutil.exe in Windows 7

 
For my WCF Client Application, I need to generate the class file and Configuration file.

So where we need to find this svcutil.exe.

The Location of svcutil.exe is

C:\Program Files\Microsoft SDKs\Windows\v6.0A\Bin

 
 
 


We need to execute the command   by using the Visual Studio command prompt

Click Start -> Programs -> Microsoft Visual studio 2008 -> Visual Studio Tools -> Visual Studio 2008 Command Prompt





 


 
 
 
 
 
 
 
 
 
 
 
Then you can use  the Following Command

To generate the proxy class with svcutil.exe command
Synatax:
svcutil.exe /language:<type> /out:<name>.cs /config:<name>.config http://<host address>:<port>
 
Example:
SvcUtil.exe /language:vb /out:WCFServiceClientRef.vb /config:app.config http://localhost/SampleServices/FlexService.svc
 
 
 
 
 
 

 

Saturday, 10 March 2012

How to add Microsoft Excel Application in Windows 7


  1. Start
  2. Run
  3. mmc -32  or DCOMCNFG -32 or dcomcnfg
  4. File
  5. Add Remove Snap-in
  6. Component Services
  7. Add
  8. OK
  9. Console Root
  10. Component Services
  11. Computers
  12. My Computer
  13. DCOM Config
  14. Microsoft Excel Application

 Step to add:


 

 






















































































Right click and select Properties->Select Identity Tab->Select This user and add the Administrator
 accout and password


 Select Security Tab, Under "Launch and Activation Permissions", Choose "Customize", Click "Edit" button, Add the everyone account and add all the Permissions


 
 Do the same thing in "Access Permissions" and "Configuration Permissions".