Web Development - What Were Typical Problems During Developing
Nov 10, 2010
What were typical problems during developing on ASP.NET? So, would you like to describe typical problems/mistakes during developing on ASP.NET from your experience?UPDI have been working as ASP.NET developer for 2 monthes.
View 8 Replies
Similar Messages:
Apr 5, 2010
I have developed for SharePoint and in those cases it is clear how workflow can (You have documents that needs approval and there are built in SharePoint workflows for this) But now I am doing standard ASP.NET web CRUD apps with WCF. I would like to find a way to get WF 4.0 invovled but I am not sure how to do it and never see any examples....
View 2 Replies
Jul 23, 2010
I know this is a bit like how long is a piece of string question, but I'm wondering how big some peoples ASP.NET Temporary Files folder, gets. I wish to move this folder to a RAM DISK so I'm trying to see how big this should be set, to.
eg. <compilation tempDirectory="R:ASP.Net Temporary Folder" debug="false">
This is only for my DEVELOPMENT Machine (to help speed up compiling -> temp crap goes to ram instead of the Disk).
Is 256MB big enough? What about file uploading? where do those files (temporarily) go?
View 1 Replies
Nov 2, 2010
I want to support the following scenarios on my ASP.NET MVC website:First time visitor wants toregister, via facebook connect. I'dlike the user to have an entry in myuser membership table - so I havethem enter a username/password(email gets populated via facebookconnect).Registered user returns to mysite, logged into facebook already.I'd like my site to see they'relogged into facebook already and
auto log them into my membershipsystem.Registered user returns to msite, but is not logged intofacebook.
View 1 Replies
Aug 9, 2010
I'm trying to create a typical Housie/Bingo Game ticket in Asp.net 2.0 (VB). But, not being succeeded. Ticket contains 3 row with 9 columns. Total 27 blocks, and it must be only 15 should be fill outta those 27. and each column contains value like 1st column should be between 1-10 and 2nd must have random values between 11-20.. It doesn't matter how many blocks filled in each column.. 1 is must, no single column should be blank, all 9 columns must be filled, some have all 3 blocks filled, some have 1 with total of 15 blocks filled in whole ticket. with random numbers..
Guys here was the typical housie ticket specification.. Please help me out generating a ticket like this. I've tried but, not being that much succeeded, I get whole column blank and validating columns.. takes extra load on system. please find me the way to make it.
View 1 Replies
Oct 20, 2010
We have a largely asp.net web form team (With some Oracle developers thrown in).
Question 1:
Is it a good idea to start using asp.net MVC which will mean redevelopment of a number of standard controls for not much benefit.
Question 2:
Is it a good idea to hire developers where there most recent skills are with asp.net MVC?
I doubt there is any benefit adopting MVC now, given the 100+ applications in this suite of products, and the maintenance/rework this will cause. Given this, is there any particular reason to hire MVC developers, as they won't be hitting the ground running, which is what I need now.
View 3 Replies
Jul 16, 2010
I am planning to develop a social networking website for student of a particular university with following facilities.
Forum, Blog, Creating profile, creating groups , Adding Friends, managing groups, dating, chatting etc.
Now if I start developing it from scratch, this will take a lot of time..
I couldnt find any CMS which can in developing social networking website.
Additionally, I would like the website to have my own custom design. Also it should have support for AJAX, SEO and integrating third party applications.
View 3 Replies
Sep 13, 2010
How do you know what is better to use for writing new programs? We are now using Access 2007 frontend with an SQL backend and we are going to VB.Net, what would be our next logical step?
View 4 Replies
Feb 18, 2010
I am currently building 3-tired ASP.NET 3.5 Web application which has workflows built in for manager approvals. Currently there is a dashboard on the homepage of the website where all the pending approvals are displayed in a webpart. I want to build a plugin for MS Outlook so that whenever there is a new request for approval I want that request to show up in MS outlook. Where do I start with this? Do I have to expose my business logic layer through webservices?
View 3 Replies
Feb 12, 2010
i am developing chat application using vb.net and asp.net where i am having a div tag inside which i am displaying the messages posted by the online users what my problem is when the messages are more and exceeds the height of the div tag then i am not comfortable to view the previous messages because i have set the scroll bar position to always to be pointed to bottom.
[code]....
View 1 Replies
Dec 30, 2010
We've got a product built using ASP.NET web forms (3.5), and are investigating adding an API to allow other applications to access data and business logic within the application.
What is the best way to implement this? I'm inclined to go down the route of using Http Handlers to read posted XML and return XML, but I'm sure there must be a better way. Is it advisable to use something like WCF instead?As the product will be downloaded and installed by users on their own servers (instead of hosted), it seems like there's a lot of pressure to get it right the first time as making changes will be hard once users start downloading and using the product.
View 2 Replies
Feb 12, 2010
Can anyone developing this small asp.net mvc application.
Login Page:
User Logs in through login.aspx page by providing username and password textboxes and clicks on login button.
Based on the valid credentials the user is redirected to the DashBoard.
MasterPage:
All the pages will be using MasterPage which has the following tabs.
Activity
Tasks
Dashboard Page:
The user will be redirected to this page after login page which displays the Activities and Tasks in 2 different gridview.
Activity Grid will display:
Activity
Task
ActivityDate
On click of each of this activity the page should display div popup menu with the following:
Show Activity Details
Add Activity Details
Edit Activity Details
Search Activity
On click of the above listed links the user will be shown a Popup of the appropriate aspx page
View 5 Replies
Feb 4, 2011
I've searched around and found a lot of advice saying to modify the hosts file as such:
127.0.0.1 mydomainname.com
I've done that, but my actual site at mydomainname.com is still being used. Any other troubleshooting steps I could take?
View 3 Replies
Jun 30, 2010
I'm developing a web site and on the web.sitemap i define which roles can access a certain page, is it possible to know on the page which are the role associated to then on the web.sitemap
View 1 Replies
Feb 4, 2011
I am developing a usermanagement for my ASP.NET Web application. I Used Website administration Tool as custom forms in my application.Currently i am Setting folder based permissions to the Roles.After that when the anonymous user click on a menuitem it will redirect it to the login page. I want to change the redirecting page to another one that showing 'The user have no rights to access this Page'.How can i redirect it?I am new in asp.net.
View 1 Replies
Mar 10, 2010
I have a asp.net mvc application.
Some pages require SSL, is there a way to mimick ssl locally through cassini or IIS 7?
Edit So I followed the directions for the answer below that linked to ScottGu's blog post.
View 2 Replies
Dec 9, 2010
I am going to start a new project as a project trainee. And my project is making a job-portal site. And I have done some work with winform but I am a newbie to asp.net,css,html and java script. And my expection is to make this project is very very great at all, and I am ready to work a lot and lot to make this project successfull. Amd reason to make good project is learning.
Now I want to know that how should I start ?
What should I do first ?
Which things I should keep in my mind by doing this project ?
Which structure I should follow ?
Should I use mvc (I dont know more about mvc) ?
How my database should be ?
Which database I should use as a backend ?
Which facilities should be provided to the user for more user freindliness ?
What shoud I use for validation like javascript or ajax or regex ?
Will there be a need of providing reporting services, if yes what should I use to do that ?
And how can I know that what will be there at the side of admin and at the side of the employers as we can know at the side of the job seeker ? this website should include as a functionality.
Should my database has normalization ?
How can I know more and requirement about this project ?
I am asking these type of number of questions because I want to learn as possible as more. And want to involve as possible as more functionalities in this project. And second reason for knowing the answers of above question is I can come to know that which thing I should follow like one question is which database I should use then as an answer of this question I can come to know that which database is more used in the industry and is required to learn first.
View 3 Replies
Apr 27, 2010
How should i start to develop for omnia 2? I have poor knowledge in c# and asp.net.
View 1 Replies
Dec 3, 2010
I'm a php expert, I'm developing oop php applications for over 8 years, I currently live in asia and I'm planning to go to USA, for better income in USA do you think it's good for me to learn ASP.NET too? Which one is better for me, ASP.NET or other PHP Related technologies like other advance PHP Frameworks
View 1 Replies
Feb 17, 2011
any one have the tools or open source code to develop the resume parser.
we need to parse the word document and store the details in database.
View 1 Replies
Jun 4, 2010
I want develop small iphone blog application. How can i do it. I want steps should i follow? I am beginner for iphone application,
View 5 Replies
Nov 2, 2010
I'm not really a developer but I have experience in PHP, Java and want to have a go at developing some really simple SharePoint web parts (for WSS 3.0, MOSS 2007 and in future 2010).I assume it requires knowledge of ASP.NET. Should I start learning C# or get stuck straight into web parts.
View 3 Replies
Jul 2, 2010
I am developing a web-site where user can purchase items and pay through PAYPAL.
Its working fine on test and all the payment processing is working well. But aI want to update my database after succesful payment and for that I have created one THANKS.ASPX page where I fetch the response and if it is verified that update the database and also it working fine.
After redirect to paypal and successful patment I received page from Paypal site for successful payment where transaction ID and other information are displayed.
There is a link in paypal page called "Return to Merchant Test Score" and when user click on the link it redirects to my Thanks.aspx where I fetch the response and if verified the update the database.
But my problem is that If after successful paymet user not click the "Return to Merchat Test Score" and directly close the browser then it not update my database.
View 25 Replies
Apr 29, 2010
We all know that, there is lot of extender available with AJAX. Experts, I want to develop an extender, which show time. Like 05:45. How should I move ahead? I am new to this concept.
View 10 Replies
Feb 17, 2010
I have a web application project on my dev PC running WinXP and hence IIS 5.1. The changes I'm making to this site seem to "take effect" only after I do IISRESET. That is, I make a source change, Rebuild the project and then Start without Debugging (or with debugging). The newly changed code is not "visible" or in effect unless I intervene with an IISRESET.
BTW, the "web" tab on the Properties display for the web app project is configured to use the Local IIS web server at project Url: http://localhost/myVirtualDirectory
...
but I've noticed the same issue when using the VStudio Dev Server (i.e. I have to stop it by visiting the taskbar tray area in order to see my source changes take effect).
Is this something I can change?
EDIT UPDATE:
Just wanting to clear this up if possible. Two answers diverge below; not sure how to move forward. One states this is to be expected (weakness of IIS 5.1 which in turn is the best WinXP can provide). Another states this is not expected behavior (and I tend to agree since this is the first I've encounted this on the same old WinXP dev platform I've had a long time). I suspect it may be something "deep inside" the Visual Studio 2008 web app which was upgraded to this new IDE from VStudio 2002 (ASP.NET 1.1). I've tried to add comment/questions down each answer path.
View 7 Replies