Common UI for Multiple web applications. Suppose there are
35 websites using same third party controls.These 3rd party
controls are made together that all 35 websites can use
these controls.If we put all 3rd party controls and use its
dll in 35 websites,only class files will be accessable. But
I want to use CSS,images also in all 35 websites. how I can
design the N-tier solution for this project.
on running a vb.net form to add data to an sql server
database am getting an error -> the item "obj\debug\windows
application1.form1.resources"was specified more than oncein
the "resources" parameter .duplicateitems are not supported
by the the "resources" parameter. anyone with the solution
to the problem
Code for Presenting Parent/Child Data in a Data Grid Row?
337
How to Snap the Cursor to a Button?
192
Code for IP Address Comparison and Conversion in C#?
323
How to Bind Nested XML to a Repeater Control with
Container.DataItem?
363
Hello
I am hosting remoting within IIS. Everything works just
fine as long as
I allow anonymous access at the IIS level.
When I allow only Windows Authenticated sessions, something
very
strange happens:
If the client activates the remote object with IP address -
works fine
If the client activates it using a machine name - get http
401 exception is thrown.
The exception is thrown when the client calls the remote
method.
I set the channel's useDefaultCredentials property to true.
Any idea how to allow Windows Authentication?
Here is the call stack:
System.Net.WebException: The remote server returned an
error: (401)
Unauthorized
.. ---> System.ComponentModel.Win32Exception: The target
principal name
is incorrect
at System.Net.NTAuthentication.GetOutgoingBlob(Byte[]
incomingBlob,
Boolean handshakeComplete)
at System.Net.NTAuthentication.GetOutgoingBlob(String
incomingBlob,
Boolean handshakeComplete)
at System.Net.NegotiateClient.DoAuthenticate(String
challenge,
WebRequest webRequest, ICredentials credentials, Boolean
preAuthenticate)
at System.Net.NegotiateClient.DoAuthenticate(String
challenge,
WebRequest webRequest, ICredentials credentials, Boolean
preAuthenticate)
at System.Net.NegotiateClient.Authenticate(String challenge,
WebRequest webRequest, ICredentials credentials)
at System.Net.AuthenticationManager.Authenticate(String
challenge,
WebRequest request, ICredentials credentials)
at System.Net.AuthenticationState.AttemptAuthenticate
(HttpWebRequest
httpWebRequest, ICredentials authInfo)
--- End of inner exception stack trace ---
257
Code for Searching for Multiple Matches with the
MatchCollection Class?
How to update and insert from datagridview at run time in
excel database?
304
Code for Creating a Form Using PlaceHolder Controls?
162
How to use Client-side Script to Focus Controls in ASP.NET?
182
Common UI for Multiple web applications. Suppose there are
35 websites using same third party controls.These 3rd party
controls are made together that all 35 websites can use
these controls.If we put all 3rd party controls and use its
dll in 35 websites,only class files will be accessable. But
I want to use CSS,images also in all 35 websites. how I can
design the N-tier solution for this project.