hi i have a login page in asp.net. and in the web.config i have the following two lines
<compilation defaultLanguage="c#" targetFramework="4.0"><assemblies><add assembly="Microsoft.IdentityServer, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"/><add assembly="Microsoft.IdentityModel, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"/></assemblies></compilation>
and i got the following error when i debug the website.
Error 32 Could not load file or assembly 'Microsoft.IdentityServer, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified. C:\Users\abc\Desktop\ls\web.config 9
i have google this error for more than an hour but couldn't find the solution.
help required in this regard.