Search

You searched for the word(s): userid:616859

Matching Posts

  • Re: Problem Using Intelligencia urlrewriter on web server

    I switched my application pool from Classic to Pipeline, and then it worked fine on my production server. <rewriter> <unless url="([^\s]+(?=\.(js|aspx|html|jpg|gif|png|css|asmx|txt|config|xml|dll|axd))\.\2)"> <rewrite url="~/Sections/(.+)" to="~/Search.aspx?sec=$1" processing="stop" /> <rewrite url="~/Content/(.+)" to="~/Content.aspx?key=$1" processing="stop" /> <rewrite url="~/Category/(.+)/(.+
    Posted to Web Forms (Forum) by Ensonix on 6/10/2009
    Filed under: Intelligencia URL Rewriter
  • Re: Invalid postback or callback argument.

    I was encountering this problem when users were clicking on links or buttons before the page had finished loading, then I finally found this blog post http://blogs.msdn.com/tom/archive/2008/03/14/validation-of-viewstate-mac-failed-error.aspx Solution 3 on this page solved the problem for me, moving the EVENTVALIDATION field to the top of the page. Ryan
    Posted to Migrating from ASP.NET 1.x to ASP.NET 2.0 (Forum) by Ensonix on 4/27/2008
    Filed under: eventvalidation
  • MaskedEditExtender date validation with globalization

    Hi I'm using the MaskedEditExtender together with a MaskedEditValidator and Calendarextender to record a date in an application. During page load i'm setting the CurrentCulture and CurrentUICulture of the MaskedEditExtender and CalendarExtender to the user's browser culture settings, and setting the date formats appropriately. Dim strCulture As String strCulture = System.Globalization.CultureInfo.CurrentUICulture.ToString MaskedEditExtender5.CultureName = System.Globalization.CultureInfo
    Posted to ASP.NET AJAX Control Toolkit (Forum) by Ensonix on 4/13/2008
    Filed under: Globalization, masked edit extender, Masked Edit Validator
  • Re: Open Web Site freezes VS2008

    I've no idea what zip files it would be trying to enumerate as I haven't actually been able to point it at a directory or site yet, the open site dialog never opened. The freeze happens right after selecting File > Open Web site.
    Posted to Visual Studio 2008 (Forum) by Ensonix on 3/28/2008
  • Re: Open Web Site freezes VS2008

    Hi Mikhail I've added a bug report and attached a dump here https://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx?FeedbackID=334642 Ryan
    Posted to Visual Studio 2008 (Forum) by Ensonix on 3/26/2008
  • Open Web Site freezes VS2008

    I can't open one of our projects (DotNetNuke install) as every time i got to File>Open Web Site.. VS2008 hangs indefinitely. It's using up 50% CPU, and the RAM climbs slowly upwards, but nothing happens. Every other menu option runs fine. Any suggestions on how to fix this?
    Posted to Visual Studio 2008 (Forum) by Ensonix on 3/26/2008
  • Calendarextender/MaskedEditExtender and UICulture problem in Safari

    Hi I'm having trouble setting the correct UICulture for use in the CalendarExtender with a MaskedEditExtender so that it displays the correct format for each country. In Page_Load, this line throws an exception, but only in the Safari browser, it works fine in IE and Firefox: MaskedEditExtender5.CultureName = System.Globalization.CultureInfo.CurrentUICulture.Name The page declaration has culture="auto" uiculture="auto" set, and the web.config includes the line: But in Safari
    Posted to ASP.NET AJAX Control Toolkit (Forum) by Ensonix on 2/6/2008
  • Re: Ajaxcontroltoolkit not defined - default.aspx?<....> drops server connection

    Hmm...the error might be related to using a web deployment project. If I just build the project normally and upload the whole directory, it works. If I use Webdeploy it doesn't, but there are no DLLs missing in the /bin folder.
    Posted to ASP.NET AJAX Control Toolkit (Forum) by Ensonix on 1/3/2008
  • Ajaxcontroltoolkit not defined - default.aspx?<....> drops server connection

    Hi i've been struggling with this all day. I'm getting the Ajaxtoolkit is undefined javascript error in my pages when deploying my site to Windows Server 2003. This was not happening yesterday, with the same project. I've checked the web.config - all is fine. The DLLs are in the GAC, i've also tried putting them in the /bin directory. webresource.axd and scriptresource.axd return javascripts, uncompressed. The script link that is producing the error is this one: /default.aspx?_TSM_HiddenField_
    Posted to ASP.NET AJAX Control Toolkit (Forum) by Ensonix on 1/3/2008
    Filed under: AjaxControlToolkit
  • Re: Use custom web server option is greyed out in project property pages

    I found a partial solution for the sub-projects here, but the main web site project still has the Custom server option greyed out. Time to RTM i think. http://www.dotnetnuke.com/Community/Blogs/tabid/825/EntryID/1650/Default.aspx
    Posted to Visual Studio 2008 (Forum) by Ensonix on 12/7/2007
    Filed under: solved
Page 1 of 3 (24 items) 1 2 3 Next >