Menu

Doesn't Work on Secure Server with Cert

Anonymous
2011-04-22
2012-09-19
  • Anonymous

    Anonymous - 2011-04-22

    I'm having trouble getting the controls to work on our HTTPS server. My guess
    is that it's due to references within the dll to outside namespaces but not
    sure yet.

    I was having this same issue in my application when I initially referenced
    some jQuery libraries outside of our domain. I solved it by moving them to
    within my project.

     
  • Jason Akin

    Jason Akin - 2011-05-09

    Sorry, just saw this. I have several controls implemented on my own https
    server with Windows Server Web edition either 2003 or 2008. The DLL doesn't
    reference anything but System, System.Drawing, and System.Web. Can you provide
    a bit more detail? What framework version and OS are you running? I have
    compiled these targeting .Net framework 2.0 to make them accessible to more
    people.

     
  • Nobody/Anonymous

    I am having a similar issue. My project is a website not webapp and when I
    include this dll it works fine on my local machine while testing and debugging
    when I deploy to the server I get the following error:

    Message: Request for the permission of type
    'System.Web.AspNetHostingPermission, System, Version=2.0.0.0, Culture=neutral,
    PublicKeyToken=b77a5c561934e089' failed.

    Stack Trace: at System.Reflection.Assembly._GetType(String name, Boolean
    throwOnError, Boolean ignoreCase)

    at System.Web.UI.NamespaceTagNameToTypeMapper.GetControlType(String tagName,
    IDictionary attribs, Boolean throwOnError)

    at System.Web.UI.TagPrefixTagNameToTypeMapper.System.Web.UI.ITagNameToTypeMapp
    er.GetControlType(String tagName, IDictionary attribs)

    at System.Web.UI.MainTagNameToTypeMapper.GetControlType2(String tagName,
    IDictionary attribs, Boolean fAllowHtmlTags)

    at System.Web.UI.MainTagNameToTypeMapper.GetControlType(String tagName,
    IDictionary attribs, Boolean fAllowHtmlTags)

    at System.Web.UI.RootBuilder.GetChildControlType(String tagName, IDictionary
    attribs)

    at System.Web.UI.ControlBuilder.CreateChildBuilder(String filter, String
    tagName, IDictionary attribs, TemplateParser parser, ControlBuilder
    parentBuilder, String id, Int32 line, VirtualPath virtualPath, Type&
    childType, Boolean defaultProperty)

    at System.Web.UI.TemplateParser.ProcessBeginTag(Match match, String inputText)

    at System.Web.UI.TemplateParser.ParseStringInternal(String text, Encoding
    fileEncoding)

     

Anonymous
Anonymous

Add attachments
Cancel