Tagged Questions
ASP.NET is a web application framework developed by Microsoft to allow programmers to build dynamic web sites and web applications.
2
votes
0answers
74 views
cookie header missing
im calling a web service with ksoap,and i want to maintain the session within the web service, im trying to set the session cookie, but from the service response i dont get the session cookie with the ...
2
votes
0answers
212 views
Is there a better way to cause $(form).submit() when __doPostBack is called?
I have been on a journey the past few weeks, trying to figure out a multitude of defects in a pretty old application with lots of infrastructure. It uses multiple 3rd party controls that I cannot ...
2
votes
0answers
172 views
Missing Table “webpages_OAuthMembership”
I am using ASP.NET and WebSecurity. Here I try to initialize the database in my _AppStart.cshtml file calling: WebSecurity.InitializeDatabaseConnection("DecisionMaker", "Users", "UserId", "UserName", ...
2
votes
0answers
161 views
Localization using resource files
I have a problem with resx based localization.
It's an ASP.NET MVC3 project. I have two assemblies: Web and Resource. Web contains all MVC related stuff, and Resource contains resx files for ...
2
votes
0answers
155 views
Cannot load ClassDiagram.cd URI formats are not supported
When I create a new Class Diagram in my ASP.NET Application C# it gives me an error message that says:
(Cannot load 'C:\Users\...\...\App_Code\ClassDiagram.cd': URI formats are not supported)
I ...
2
votes
0answers
88 views
How to utilize idle CPU cycles during WebService invocation
I am invoking a web service, which displays the result in the UpdatePanel. The web sevice returns the result in approximately 30 sec. to 1 min. During this time interval I am currently displaying ...
2
votes
0answers
134 views
Updated Google Analytic API and older version
Before Google Analytic Update there api this code works.
string userName = GAEmailAddress.ToString();//Its From Database
string passWord = GAPassword.ToString();//Its From Database
...
2
votes
0answers
312 views
Render TextBox (sever control) in WebPart and manage (text, visibility etc of) the server controls from editor part
My initial goal is to achieve followings
1. Render dynamic TextBox in custom editor webpart
2. Manage Text (, visibility, height, width etc) of the TextBox from editor part.
3. We can consider ...
2
votes
0answers
101 views
Custom IIdentity in WebSecurity class
Using the simple membership WebSecurity class, is there a way to extend this so that I can store a custom IIdentity in my authentication ticket? Or will I need to roll my own WebSecurity class (I hope ...
2
votes
0answers
300 views
Creating dynamic manifest files that work with ipads and iphones
Problem: The browsers within apples ipad and iphone don't seem to like dynamically generated manifest files (we constantly get errors involving either missing images or .aspx pages that can be ...
2
votes
0answers
205 views
Multi functional Admin Panel, Need Clarificatoin
I started working on a website which has admin panel, contains many admin activities. Consider for example
Admin can do followings:
Manage His/Her profile
Can Upload files
Manages user uploaded ...
2
votes
0answers
124 views
JSON not working with Wookmark
When i try to execute the following script..i get an error .I am trying to receive data using JSON.
function loadData() {
isLoading = true;
$('#loaderCircle').show();
...
2
votes
0answers
163 views
Testing ServiceStack services with custom factory
I have read excellent article here about accessing ASP.NET session from ServiceStack.
It seems to work great, but I don't know how to make a "passing" UT (Nunit) for services which need direct acces ...
2
votes
0answers
63 views
ControlAdapter.LoadAdapterViewState fired before Control.LoadViewState?
I'm writing a DropDownList adapter in order to add 2 pieces of functionality to the built in DropDownLists, using a combination of the following solutions:
OptionGroup Support
Persistence of custom ...
2
votes
0answers
241 views
ASP.NET Forms Authentication - Membership.CreateUser Email Address Verification Issue
I'm currently using ASP.NET 2.0 Forms Authentication on our company customer facing web site.
When a customer activates their account for the first time through the site, their email is populated ...
2
votes
0answers
244 views
Network Credentials not saving in CredentialCache
I have to assign the username and password from credential cache to Httpwebrequest.When i assign to cache it is working but when assigning to Webrequest from cache it shows null. Where i'm wrong?
...
2
votes
0answers
606 views
ASP.NET HeadLoginView Logout Click. Logs out of other local websites too
So I have 2-3 web projects ( beginner ones). In all the websites i have a login control where user can log in. When the user logins with correct info, I set the
protected void ...
2
votes
0answers
106 views
ServiceStack ResponseFilterAttribute not being called
//---------------------------------------------------------------------
//Aspect Filters
public class RequestAspectAttribute : RequestFilterAttribute {
public RequestAspectAttribute() { } //debug ...
2
votes
0answers
446 views
Error creating Visio object: “Retrieving the COM class factory for component with CLSID {…} failed due to the following error: 80080005.”
So I have an application that is converting different Office file types to pdf, and one of the file types is Visio. I'm also doing Excel and Word Doc files, which are working correctly.
I get the ...
2
votes
0answers
98 views
Getting 404 when accessing xml file having german characters in name on IIS6
I have a web application developed in ASP.NET. This app is setup on IIS 6 on windows 2003 server and same application setup on on IIS 7.5 on windows 2008 server. I have some xml files on root of the ...
2
votes
0answers
171 views
store static data in Databse or file system
Currently we are storing static data(e.g. gender, marital status, state etc..) into DB by creating different lookup tables (gender, state etc....) We have almost close to 10 lookup tables. All these ...
2
votes
0answers
126 views
CSS not rendering while converting webpage to pdf using convertApi.dll
I have a large pdf with 50-60 pages. I converted the pdf into web page using ConvertApi web2pdf online api and then added some input controls on the pages wherever required.
When user filled all the ...
2
votes
0answers
254 views
Duplicate IDs rendered in ASP.NET AJAX TabPanel
I have two user controls (.ascx) in which I have an ASP.NET AJAX TabContainer control, each with two or three tabs (TabPanels). I use these controls in around 10 websites. All have worked fine, except ...
2
votes
0answers
102 views
membership provider throws trigger exception after upgrading MySql connector
I've just recently upgraded the MySQL Connector/net from 6.5.3 to 6.5.4 and have found that the membership provider no longer works as it did with the old connector. Now, when I attempt to verify a ...
2
votes
0answers
106 views
WebDeploy and SetACL - too slow in case of lots of files/folders
We have an ASP.Net MVC3 site which we're publishing on IIS using web deploy.
Under the site root we have a "Data" folder which we're using to store uploaded files and the result of their processing.
...
2
votes
0answers
535 views
UnobtrusiveValidationMode set to WebForms forces Postback?
I'm using WebForms Web Application (not MVC).
Is there any reason why when I have this appSetting set to "WebForms" that it forces a postback for validation instead of catching the missing required ...
2
votes
0answers
877 views
Dropdown list inside listview insert item template passing null to database
Currently I have a dropdownlist with it's own sqldatasource that's populating the dropdownlist.
The ddl is inside a listviews, which also has it's on sqldatasource, insert item template.
However when ...
2
votes
0answers
125 views
When are the Init methods of HttpModule called?
I known each HttpApplication owns an HttpModule. And there are many HttpApplications created by an ASP.NET web app. So each HttpApplication init method would be called. When did HttpModule.Init ...
2
votes
0answers
553 views
DelegatingHandler not executing ASP.Net Web Api
today i encountered a strange behavior in my Web Api application
protected void Application_Start() {
FilterConfig.RegisterGlobalFilters(GlobalFilters.Filters);
...
2
votes
0answers
133 views
Socket Communication - Website to Windows Service
I recently started working on an application that consists of three tiers. The front end is a website hosted on a godaddy server that my companies customers use to pay their bills. the second tier is ...
2
votes
0answers
198 views
How to extract realestate listings from 3taps API?
I want to extract realestate listing from 3taps API.
http://3taps.com/developers is providing listings from many categories but I want to extract only Real Estate Category.
My Development will be ...
2
votes
0answers
2k views
The provider did not return a ProviderManifestToken string - .NET MVC 3 #C
I'm learning to develop using .NET MVC 3 and C#. I'm attempting to use a 'Code First' approach to create an app but when I try to pull data from my database i'm getting an error message 'The provider ...
2
votes
0answers
395 views
MasterPage Code File the 'inherits' attribute error - ASP.NET
I have recently taken over support for an application for a developer who has left our company that use the standard template provided for all of our developers.
When I try to build the application, ...
2
votes
0answers
188 views
Using RestSharp (or any JSON Post) to Asp.Net Membership JsonResult return (MVC)
From a browser, I can call an MVC controller like ../Account/Login with post parameters username and password and the browser plants a cookie such that on subsequent calls I do not need to pass in ...
2
votes
0answers
177 views
HTTP 304 Not Modified Response Taking Several Seconds
I am building an ASP.NET application. I'm experiencing some slow load times so I checked out the traffic using Fiddler. It seems that the page itself is loading in around 3 seconds.
OK, it's kind of ...
2
votes
0answers
251 views
Export a webgrid to pdf asp mvc razor
How to export a webgrid to a .pdf file in an mvc .net web application?
2
votes
0answers
715 views
Cannot open a PDF on iPad from ASP.NET
I am downloading a PDF (and others types but lets focus on PDF) through an IIS ASP.NET web application. The download works on every other platform except Safari on iPad and iPhone 4S. I know that ...
2
votes
0answers
583 views
Url rewrite by global.asax and Error 404 in Asp.net
I am working on a project with following properties :
Asp.net
C#
.Net Framework 4
IIS 7
and in it , I use the Application_BeginRequest to rewrite manually like this :
void ...
2
votes
0answers
338 views
Datatable-Access Database Updating Concurrency violation
I'm working on a project which uses an Access database. First of all I copy the information that i need from db and put it in a DataTable (with combining 2 tables). Over this datatable I search items; ...
2
votes
0answers
142 views
ASP.NET 2.0 not handling static files under IIS 7
We recently migrated from IIS 6 on windows 2003 server to IIS 7 on windows 2008 server. Our applications are using ASP.NET Framework 2.0 and a custom Forms Authentication module.
The issue that we ...
2
votes
0answers
244 views
Is it possible to disable off-line caching for Firefox in ASP.NET (at the server level)?
How do I disable offline caching for firefox in ASP.NET or in IIS? I found this post:
Disabling browser caching for all browsers from ASP.NET
This doesn't address the issue completely. It just ...
2
votes
0answers
512 views
CKEditor not working properly inside update panel
I am having a problem with CKEditor inside an update panel in asp.net.
I have tab control on page with multiple CKEditor's i.e one ckeditor in each tab.
string scriptAdd = @"var editor = ...
2
votes
0answers
156 views
ASPX View Engine
So the Razor view engine is open source and can be used outside MVC specific implimentations. However, for my specific project (Where I want to enable this functionality inside WordprocessingML Razor ...
2
votes
0answers
173 views
Can I dynamically create user controls using constructors?
I have a user control that will dynamically add other user controls to it, depending on user preferences. I'm having problems adding the controls with the overloaded LoadControl method.
I tried ...
2
votes
0answers
274 views
Is ThreadAbortException to be expected in a HTTP handler on Windows Azure?
I have an ASP.NET HTTP handler hosted on Windows Azure in a "small" compute instance. It handles downloads and uploads of large binary files. Nothing else runs within that web role, and there are 2 ...
2
votes
0answers
254 views
ASP with SQL DB and VB code behind. Editing returned data
I'm trying to code a timesheet app for a project I'm doing, and for the best part of a month I've no progressed with a key part of the system. I need to be able to edit and add data into the app via a ...
2
votes
0answers
58 views
Approach for ASP.NET, HTTP/S and PGP framework
Scenario:
Multiple clients to upload files to server over HTTP/S.
Files are to be encrypted with company public key, for later decryption with company private key on a different environment. On ...
2
votes
0answers
111 views
Storing values to Profile in CreateUserWizard creates 2 copies of the same user in aspnet_Users
Using the wizard to create user. After the user has been created, I assign a profile variable. When profile.Save() is called, a second user is created. I have automaticSaveEnabled="false" in ...
2
votes
0answers
417 views
Child Application with 2.0 App Pool running under a Site with a 4.0 App Pool
Scenario
I have an IIS Site application built using ASP.Net 4.0, running with its own app v4.0 app pool. Hosted by this site is a child Application built using ASP.Net 2.0, with its own app pool.
...
2
votes
0answers
246 views
Is it possible to use async/await in webmethod asmx service
I am trying to figured it out, but have no success for now. Is it possible to use async/await in webmethod asmx service ? What I found till now is that async/await can be used only in WCF service ...


