Home
Get Started
Learn
Downloads
AJAX
MVC
Community
Wiki
Forums
Sign in
|
Join
Home
›
ASP.NET Forums
›
Search
Search
You searched for the word(s): userid:661606
More Search Options
RSS Available
Matching Posts
Re: Design Mode for aspnet horribly slow in Visual Studio 2008 even after applying Hotfix
The fix is easy: don't use the design or split view.
Posted to
Visual Studio 2008
(Forum)
by
stmarti
on 11/26/2009
Re: Generation of designer file failed 2: The method or operation is not implemented...
I fixed "The method or operation is not implemented" error (which you can see in the first post) this way: - I have inherited pages: all code behind file inherits from base classes. This is classic inheritance I'm not using master pages at all. - There are common controls in the pages (for example a save button), this controls are already declared in the base class. - The affected aspx pages controls was not in full sync with these control declaration
Posted to
Visual Studio 2008
(Forum)
by
stmarti
on 11/24/2009
WebConfigReplacement not works for appSettings with configSource attribute
I have a web.config file with: <appSettings> ... keys </appSettings> In the wdp project file I have a WebConfigReplacementFile element which try to replace the above appSettings with this one: <appSettings configSource="some path" /> Wdp build fails with: ...Unrecognized attribute 'configSource'. Note that attribute names are case-sensitive... Is this a bug in wdp or a limitation?
Posted to
VS Web Deployment Projects
(Forum)
by
stmarti
on 6/15/2009
Re: VS2003 upgraded to VS2008 AJAX doesn't work, but a new project does?
The main problem for a vs2003 to vs2005/vs2008 upgrade is the xhtmlConformance element in the web.config. By default the conversion leaves in the web.config: <xhtmlConformance mode="Legacy" /> This not works well with asp.net ajax, you need instead: <xhtmlConformance mode="Transitional" /> So first try to change this value. If this not helps forget the upgrade. Start with an empty wap project, and migrate everything from the old project.
Posted to
ASP.NET AJAX Discussion and Suggestions
(Forum)
by
stmarti
on 6/15/2009
Re: AJAX with custom events
Search for "asp.net viewstate"
Posted to
ASP.NET AJAX Discussion and Suggestions
(Forum)
by
stmarti
on 6/15/2009
Re: AJAX with custom events
this .output.InnerText is an empty string by default for each postback, this value is not stored between postbacks. You need to store the innerText value in the viewstate or in the session or with a hidden field etc.
Posted to
ASP.NET AJAX Discussion and Suggestions
(Forum)
by
stmarti
on 6/15/2009
Re: Why script resource file has such a large size?
[quote user="Sangeeta J Singh"]due to such four files my folder size becomes 120 kb extra... which inturn increases the downloading time of my webpage..[/quote] Are you sure about this? I checked your page with firebug (http://alphamanagement.net/spull1/) and the whole request is only 99Kb which includes everything (javascript, html, images, css etc.)
Posted to
ASP.NET AJAX Discussion and Suggestions
(Forum)
by
stmarti
on 6/8/2009
Re: Forms authentication and IIS 7 Integrated pipeline
Solution is here: Protecting non-aspx content We need only <modules runAllManagedModulesForAllRequests="true"> ... </modules> instead of <modules> ... <remove name="FormsAuthenticationModule" /> <add name="FormsAuthenticationModule" type="System.Web.Security.FormsAuthenticationModule" /> <remove name="UrlAuthorization" /> <add name="UrlAuthorization" type="System.Web.Security.UrlAuthorizationModule"
Posted to
Security
(Forum)
by
stmarti
on 5/26/2009
Re: Forms authentication and IIS 7 Integrated pipeline
Same for me. The "allow roles" are not applies for non aspx files, but the simple "allow users" works. Example: - a folder with test.txt and test.aspx - user "abc" logged in, has "admin" role Simple authorization: <allow users="abc" /> <deny users="*" /> Both test.txt and test.aspx is allowed when abc logged in. Different account cannot access test.txt, redirect for login page. Expected normal behavior. Authorization with role
Posted to
Security
(Forum)
by
stmarti
on 5/26/2009
Generation of designer file failed 2: The method or operation is not implemented...
There is a long thread about this here: Generation of designer file failed When we see this error in a wap project, we simply need to correct the error in the aspx markup. This is not really worked in vs 2008 RTM: the ide sometimes cannot generate the designer file, and we needed a restart. This was improved in SP1: when there is a real error in the aspx markup, after the correction the designer file generated fine. Unfortunatelly there is still one type of error which "crash" the IDE,
Posted to
Visual Studio 2008
(Forum)
by
stmarti
on 5/24/2009
Page 1 of 97 (970 items) 1
2
3
4
5
Next >
...
Last »
TechNet Edge:
Joachim Nässlander on Live Migration
ASP.NET:
T4MVC 2.6: MVC 2 Areas support
ASP.NET:
Script# Update - v0.5.5.0
Channel 10:
Difference between DirectX 10 and DirectX 11
Channel 10:
WHS Power Pack 3 Arrives
Channel 10:
ASUS Brings GUI to BIOS
ASP.NET:
Microsoft AJAX CDN – Now with SSL Support
Channel 9:
TWC9: XAML tools, Silverlight for Live Writer, Surface SDK,
ASP.NET:
PDC09 Talk: Building Amazing Business Applications with Silverlight 4, RIA Services and Visual Studio 2010 – Now in Visual Basic!!
Channel 9:
C9 Conversations: Brian Beckman on Complexity [C9 Conversations: Brian Beckman on Complexity]
Channel 10:
Black Friday Deals on Windows 7 Machines
Channel 10:
Holiday Shopping on Bing Cashback = Big Online Savings
Channel 10:
Black Friday Deals at the Microsoft Store
Channel 10:
Incredible Black Friday Deal: Windows 7 Notebook for $197
ASP.NET:
Presenting in Europe Next Week
TechNet Edge:
AlignIT IT Manager Podcast #30 - Straight Talk about Windows 7
WindowsClient:
You know your post rate has gone down...
Silverlight:
Geek Profiles – Scott Guthrie
Channel 9:
C9 Lectures: Dr. Erik Meijer - Functional Programming Fundamentals Chapter 9 of 13
TechNet Edge:
Managing Your Virtual World - Tech Focus November 2009 Part 2
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online