Time for a Career Boost? Learn and Test a New Skill
Want to expand the freelance services you're offering? Learn a new skill and take an exam that will certify your expertise.
I have an ASP.NET (C#) Web API that generates PDF and XML documents which must leave the server already signed with an X.509 certificate issued by our own internal CA. The core plumbing is there, but the signature step is still incomplete. What I need now is the final piece that will: • Apply an X.509 signature at an advanced security level that passes strict validation in Adobe Reader and common XML-signature validators. • Integrate cleanly with the existing controller so that a simple call (e.g., SignAndSendAsync) returns the signed file stream. • Rely on the certificate and private key stored in our internal CA chain (PFX is available, plus root and intermediate certificates). Please keep the work in pure C#—preferably using or BouncyCastle—and do...
We are looking for a reliable and experienced ASP .NET backend developer to join our remote team. Developers from India, Pakistan, and Nigeria are strongly encouraged to apply. - Requirements Strong experience with ASP .NET / ASP .NET Core Solid understanding of REST API development Experience with SQL Server, database design, and stored procedures Good understanding of authentication (JWT, OAuth, API Keys) Ability to read existing code and improve or fix issues Familiarity with Bitbucket Ability to work independently and deliver on time - Preferred Skills Experience with Entity Framework Core Experience with microservices or modular API design Experience debugging production issues Ability to write clean, well-documented code, document Experience with Sabre API -...
I have a Classic ASP application and need two particular columns removed from view on the Dashboard page only. The underlying data and database structure must remain untouched; I simply want the columns hidden in the rendered HTML so end-users no longer see them. The solution has to: • Target only the Dashboard page, leaving every other screen unchanged. • Work cleanly with the existing Classic ASP codebase—no framework migration or rewrite. • Be implemented with lightweight, maintainable changes (server-side conditionals or unobtrusive CSS/JavaScript are both acceptable as long as the columns stay invisible and layout integrity is preserved). Please deliver updated files and a short note explaining which lines were added or modified so I ...
...Responsibilities for the freelancer Architecture & Audit Review the existing codebase and propose a clear high‑level architecture (diagrams + docs). Identify current blockers in the neuro‑symbolic pipeline and integration with CMSs. Neuro‑Symbolic AI Implementation Design or refine the knowledge representation (knowledge graph / ontology / logic rules). Integrate/implement the reasoning engine (Prolog/ASP, ProbLog, CLIPS, RDF/SPARQL, or custom rule engine). Connect neural components (LLM / embeddings / ML models) with the symbolic layer (e.g., concept extraction → facts → reasoning → decisions). Multi‑CMS Integration Define clean abstractions for CMS connections (adapters or connectors). Implement/finish integrations for WordPress, Drupal, and at least one head...
Looking for full stack developers for modifying an existing application which intends to provide business/financial information to users. Scope- (1) 2-3 new view/pages including landing page based on SQL table data/admin panel input (2) minor design changes-box/ribbon shape/size, popups (3) replace all highcharts graphs with open source (eg D3,chart js) Skills-Backend (ASP.Net/C#,MS SQL), frontend (HTML5/CSS3/Javascript), any charting library 1. Tables in existing database; model needs to be created based on formula in excel 2. Same layout structure; only landing page might be different; can be discussed based on wireframes i have made 3. Simple line and bar graphs, same behaviour 4. MVC framework, only for one page the model also needs to be created
I need to extend an existing ASP-based system by introducing five new text input fields. Once I share the solution structure and the exact pages involved, your task will be to: • Insert the five fields in the specified form(s) with the same visual styling as the current controls. • Wire them up to the code-behind so the data is captured, saved and later displayed wherever it is read back. • Update the database or model layer if new columns or properties are required. I’ll provide the field names, intended data types and the current source files right after project award; you can keep the implementation within standard ASP/HTML, JavaScript and the existing data-access pattern already in the project. Clean, commented code and a short note on where...
I’m managing a classic ASP web application and need a quick, tidy update to two form pages. First, an existing field that now lives on page 2 must be relocated to page 1, keeping all its current validation, styling, and database linkage intact. Second, page 2 needs two additional fields created, styled to match the rest of the form, fully validated, and wired into the same SQL table used by the other inputs. I’ll give you the current .asp files, include files, and table structure. Your deliverable is the updated pages and any supporting scripts, ready to drop into production, plus a concise change log so I can track what was modified. Experience with classic ASP (VBScript) and SQL Server is essential, and a fast turnaround is preferred.
I have a two-step form built with Laravel (Blade/Livewire components) and a MySQL backend. Right now a single-line numeric field shows up in Step 2, but I actually need it in Step 1 without losing any of the database-level checks that already protect that column. After that adjustment, Step 2 must gain two brand-new numeric fields. For those new columns I need you to: • create a proper migration • add server-side rules in the existing Form Request so they validate just like the other inputs • extend the Blade or Livewire view files to match the current component layout • update the controller and model so both create and edit operations store and retrieve the data correctly Everything must comply with PSR-12 and mirror the naming conventions already in the code...
...methodologies of Mechanical, Electrical, and Plumbing (MEPs) systems with Programmable Logic Controllers (PLC), Schneider Automation Server (ASP), and Schneider Electric Building Management System (BMS EcoStruxure). This documentation will serve as a guide to understanding communication protocols, system integration, and basic configurations for each technology. Communication with Schneider Automation Server (ASP) • Identify the communication protocol used (e.g., Modbus, BACnet IP, RS-485). • Explain how the ASP interacts with each MEP device and collects data, monitors status, or controls operations. • Provide a simple configuration example for an ASP that includes device addressing, data point mapping, or protocol setup. Communication with Sc...
Very simple ASP page needs to connect, first, to a non-auth WS to retrieve a token. Same page uses this token to retrieve data. Probably a very small problem, as code works for another connections. Below presented error to attached file: ********************************************************** error '800c0008' The download of the specified resource has failed. , line 76 ********************************************************** Connection to a restricted IP. Basic: must respect budget and available for immediate start.
My legacy ASP VB application is already 80-90 % migrated to .NET 8 MVC Core. Menus load, most controllers and views are in place, and a previous MVC 5 port is available for reference. What still blocks release is the user interface. What I need now • Convert the remaining classic views into .NET 8 MVC pages. • Replace the current Razor + DevExpress/ look with a fresh stack—Vite, React and (ideally) Tailwind. • Keep the design minimalistic, responsive and sprinkled with smart interactive elements; I’m flexible on the exact visual style as long as it feels modern. Scope at this stage is focused: deliver a basic but working front-end shell that mirrors existing functionality, demonstrates the new component structure, and lets us verify routing, form...
I need the 10-page site now running on rebuilt from classic ASP into clean, responsive HTML5. The new files must match the existing layout, colours, images and URLs so current search engine rankings and internal links stay intact, yet benefit from lighter code and faster load times. All pages are static—there’s no blog, product feed or other dynamic content to migrate—so the only interactive piece you will touch is the contact / inquiry form. I still want visitors’ messages sent to my email, but I do not require a database or any backend admin panel. A simple HTML5 form with a client-side validation script and a straightforward mail handler (PHP, Formspree, Netlify Forms, your preferred lightweight solution) will be enough. Please use semantic HTML5 el...
I need a lean, test-ready function that updates product data held in our database. The routine should: • Connect securely to the existing database (I’ll share the credentials once we start). • Accept well-defined parameters for each product field that may change. • Validate incoming values, catching duplicates or bad formats before any write. • Commit the clean data while preserving referential integrity. • Return a clear success/error log so I can review what changed during testing. Keep the code modular, fully commented, and easy to drop into both our test environment and—once verified—production. The tech stack is flexible, so suggest the language or framework you feel delivers the smoothest, most maintainable result. When you reply,...
I have a small Classic ASP application that should read from a Microsoft Access (.mdb) database through a single file, then show each text record on screen. Right now it either errors out or returns nothing. What I need corrected: • The connection string so it opens the database reliably with ADO. • One or two .asp pages that pull text fields from the chosen table and render them as individual records—one record per loop, cleanly formatted in HTML. • Proper closing of objects to avoid locking the .mdb file and to stop “operation must use an updateable query” or similar OLE/ODBC messages. I will supply the current code and sample database. Please return the fixed .asp pages and an updated , with brief inline comments so I can f...
I want to take an old classic ASP (VBScript) site that lives only on and refactor it into a clean, lightweight, modern website. I’ve already redesigned the interface—five key layouts (index, about, products, product-details, plus one extra) are ready in Figma—and I can also supply all 15 original .asp files for reference. Ultimately I only need about 5-8 live pages, along with one generic “content template” I can clone later. Here’s the scope in plain terms: • Cut the new design into fast-loading static pages (HTML5/CSS3; PHP is fine if you prefer includes). • Implement a responsive top-bar menu that degrades gracefully on mobile. • Add a simple product image slider on the product-details page; vanilla JS or a lightwei...
I run an in-house case-management site that was built in classic ASP about a decade ago. It lives on IIS and talks to a single Access (.mdb) database. Ever since we moved to a newer Windows Server, pages that once opened instantly now stall and randomly hit script-timeout limits. My top priority is to rewrite and modernise the SQL embedded in the .asp files while keeping the backend in Access. That means examining every query, replacing the worst offenders with streamlined, parameter-driven versions, tightening connection handling, and making sure the revised pages perform reliably under load. Deliverables • Audit of all database-touching .asp pages • Reworked queries and any supporting VBScript changes, fully commented • Deployment on our stag...
I have a mature ASP .NET 4.8 WebForms application that I now require to be converted to the modern, cross-platform world of ASP .NET Core. I am the original developer and the current code was written in ASP.Net (VB.Net). I would expect the new code to be C# which is not a problem. The end goal is a clean, like for like rebuild in ASP .NET Core MVC with Razor Pages — possibly Blazor —while preserving business logic and preserving/improving the user experience. I would be open to a hybrid Razor/Blazor application that leverages the best of both approaches. All data lives in an existing SQL Server schema that will stay exactly as is, so your code should interact with it directly (both Entity Framework Core and/or Dapper ). The current system uses Mescius/Co...
I need a skilled frontend developer to work on a SAAS product using web components, JavaScript, and ASP .Net Core. Requirements: - Implement features based on our detailed style guide and design system. - Collaborate with backend developers to integrate APIs. - Ensure responsiveness and maintainability of the application. Ideal skills and experience: - Proficiency in web components and JavaScript. - Experience with ASP .Net Core. - Strong understanding of design systems and style guides. - Prior experience in SAAS frontend development. - Good communication skills for effective collaboration.
I have a working but aging ASP-NET CRM that now needs a full makeover. The goal is to lift everything onto a modern stack—React.js for a single-page front end and ASP.NET Core Web API with EF Core on the back. What matters most to me is: • a clean, responsive UI that feels equally natural on desktop and mobile • solid, role-based security built with ASP.NET Core Identity and JWT tokens • richer insight through new dashboards and exportable reports The current pain point is the user interface design, so I want the new React SPA to be visually sharp, fast, and intuitive. All existing data and core workflows must remain intact, but the solution should be architected for easy future extensions. I would like the first production-ready release in hand wit...
I need a lightweight ASP-NET Core web app that lets me authenticate solely through Google Single Sign-On, then immediately works with the Google Drive of whichever account is logged in. After sign-out the content must be inaccessible until a new Google login is completed. The interface should stay minimalistic—clean typography, ample white space, subtle accents—while still feeling modern. Behind the scenes you can rely on Google Drive API, .NET Core 7+ and a simple front-end stack (Razor, Bootstrap, Tailwind or similar) together with a gallery script such as GLightbox for the enlarged photo view. Core workflow I expect • Log in with Google SSO • The app reads a predefined parent folder named MINIMAP (create it if missing) • Inside that folder I can: ...
Job Title: .NET Migration Architect Location: Remote (India) Shift Timing: (2-4 hours/day) Work Type: Contractual | Part-Time Experience: 15+ years total, with strong hands-on in C#, .NET 4.8, .NET 8, Asp.net, Asp MVC, React. Need prior experience in migrating an enterprise application from .NET 4.8 to .NET 8 using various migration tools. ________________________________________ About the Role: We’re hiring a Part-Time Full Stack Architect to lead the design, modernization, and technical execution of enterprise-grade web applications. This role is ideal for seasoned architects with a strong grip on .NET Core (6/7/8) for backend, React.js for frontend, and experience migrating legacy .NET 4.x applications to modern .NET versions using tools like the .NET Upgrade Assistant. If ...
I need an experienced developer to integrate an old Classic ASP product configurator module into a new WooCommerce store. The SKU number generated by the configurator needs to be moved into the WooCommerce cart. Key Requirements: - Set up a new WooCommerce store - Integrate Classic ASP module - Transfer SKU to WooCommerce cart Ideal Skills & Experience: - Proficiency in Classic ASP and WooCommerce - Experience with complex database integration - Strong problem-solving skills - Prior experience in setting up WooCommerce stores Please provide relevant work samples.
I'm seeking an expert to recommend a cost-effective, self-hostable solution for hosting my personal/small business projects and websites. Website Types: - Old HTML/PHP/ASP - Modern React and Additionally, I need a recommendation for a self-hostable knowledge base solution similar to Confluence, but more affordable. Requirements: - Currently Low traffic websites, but a couple will have very high volume soon - Self-hostable options preferred - Knowledge base solution needed Ideal Skills & Experience: - Web hosting expertise - Familiarity with various tech stacks (HTML, PHP, ASP, React, ) - Experience with knowledge base tools So i know your response is not generic/automated -mention Not-SPAM in your response. All others will be removed.
...developer to create a web-based dashboard application using PHP or ASP. The dashboard will fetch data from multiple MSSQL servers and display it in real-time, along with historical data reports and custom metrics or KPIs. The design should be modern and trendy, providing a visually appealing and user-friendly experience. Key Requirements: - Develop a dashboard application in PHP or ASP - Integrate with multiple MSSQL servers to fetch data - Display real-time status updates, historical data reports, and custom metrics/KPIs - Implement role-based access control for different user levels - Ensure the dashboard is responsive and visually aligned with a modern and trendy design Ideal Skills and Experience: - Proficiency in PHP or ASP development - Strong experience wit...
...Classic ASP to create a webpage that generates a QR code for SEPA payments (UPN), specifically valid in Slovenia. The page will be integrated into a system where some fields are static, such as the payee and recipient's bank account, while others like the payer, reference, and purpose of payment are dynamic. These dynamic fields will be entered manually by the user through an HTML form on the website. Key Requirements: - Develop a Classic ASP page to generate SEPA payment QR codes. - Static fields include payee and recipient's bank account details. - Dynamic fields (payer, reference, purpose) are input manually via an HTML form. - The generated QR code should be embedded as an image into a proforma invoice (PDF file). Ideal Skills and Experience: - Pro...
I'm seeking an experienced developer to upgrade an ASP-based document library built over a decade ago to current .NET 9 standards. The original build was completed in 2011, and I have the source files available. The goal is to enhance security while retaining and upgrading key functionalities. The site is serving live, but has security issues. Key Requirements: - Upgrade the system to .NET 9 standards - Retain and enhance user permissions and access control - Improve document search and organization capabilities - Modernize the user interface and experience - Implement version control for documents - Add automated notifications for document updates - Ensure enhanced security throughout the system Ideal Skills and Experience: - Strong expertise in .NET development, particularl...
CORE SYSTEM FEATURES • Full CRM-style architecture: company → project → site → task → personnel • Auto FSR/ASP assignment engine with: • Region + availability + skill matching • Manual override option • Multi-company/project support (you can use this for your current company or go independent) • Personnel lifecycle tracking from sales → scheduling → execution → handover • RMA + Work Order (WO/WOP) tracking ⸻ AUTOMATION + INTERFACE • Excel VBA/macros automation for: • Assignments • Schedule population • Status updates • Interactive buttons for actions (e.g., assign, generate report) • Dashboards with charts, task completion % and assignments • Dropdowns for clean i...
I'm in need of a highly experienced .NET developer to run and maintain an existing web application built with ASP .NET. The application is already developed, and I require someone who can ensure its smooth operation and address any potential issues that may arise. Key Requirements: - Extensive experience with ASP .NET framework - Ability to run and troubleshoot existing web applications - Strong problem-solving skills to ensure application stability and performance Ideal Skills and Experience: - Proven track record of managing and maintaining ASP .NET web applications - In-depth knowledge of web application architecture and development - Excellent communication skills to provide updates and collaborate effectively If you have the expertise and experience needed...
NO ASP.NET and NO PHP and NO VB.NET We are seeking a talented and experienced Web Developer to build an online payment form, focusing on the integration of credit card payments via the Stripe platform. Stripe Integration API: Stripe SDK: Stripe JS: No need to develop the graphical UI part ...Stripe Integration API: Stripe SDK: Stripe JS: No need to develop the graphical UI part (you can create an ugly <FORM> in HTML where you enter some STATIC data such as First Name, Last Name, City, Address, Country, ... and other payer data) The preferred mode of integration is via API (with pages written in CLASSIC ASP language only).
Startup / ASP .NET / User Management , Admin Panel, with MS SQL Database without Entity Framework user stored procedures samples 1. Project Overview We need a modular, secure, and maintainable Admin Panel and user-management system built on ASP .NET Core Razor Pages (optionally WebForms on request) that uses integer IDs, AdminLTE UI, and MS SQL Server 2022 with stored procedures only—no Entity Framework. The solution will power authentication (including 2FA and external logins), role/permissions/menu management
I'm looking for a coach to help me understand the basics of ASP, HTML, and JavaScript. Key focus areas: - Basic ASP concepts - JavaScript syntax and fundamentals Ideal skills and experience: - Proficiency in ASP, HTML, and JavaScript - Experience in teaching or coaching beginners - Patience and ability to explain concepts clearly Looking forward to your bids! I'll pay $10 a question more if its really complicated i have questions most every month
I need a robotic process automation task completed urgently within 48 hours. The task involves navigating and downloading contact information from 1 to 5 websites and compiling it into an Excel sheet. Requirements: - RPA tools experience - Ability to navigate websites and extract data - Deliver results within 72 hours DETAILED REQUIREMENTS - DO NOT BID OR MESSAGE ME WITHOUT READING THIS FIRST: Extract all the detailed contact information for all attorneys, agents and VSOs that are listed on I specifically want to access and download the following into a spreadsheet with the following plan: STEP 1: click on Attorney radio button in LAST NAME field, enter: A hit enter this should take you to the webpage which will display all of the VA accredited attorneys with last name that ...
I need a classic ASP web application (aprox 10 ASP pages) migrated to a .NET project. The application is primarily for content management and uses SQL Server as the database. Key requirements: - Migrate existing content management functionalities - Ensure seamless integration with SQL Server - Maintain data integrity and security during the migration process Ideal Skills and Experience: - Strong experience with both classic ASP and .NET - Proficiency in SQL Server - Familiarity with content management systems - Strong attention to detail and problem-solving skills
...stickers. I attached as many photos of the bottle as I could find but a lot of them are incomplete. I also attached photos of the real places. The letchworth state park sticker. The American Studies program sticker. The attached photo is very blurry, but it had a shot of the Washington monument with the cherry blossoms. I think it said something like "American Studies Program Washington DC". The asp photo is the most recent and has two stickers that are too blury for me to make out, but if you recognize them I would be willing to pay for those as well. A recreation of the support your local barista sticker that was designed by a fellow student. If you are able to get it out before the anniversary that would be ideal, but if not thats ok. Please give me your time ...
I need to recreate an image generated by a Crystal Report OLE object and display it on a Classic ASP page. Requirements: - Extract the OLE object from the Crystal Report. - Display the image on a Classic ASP web page. - No manipulation or format conversion needed. Ideal skills: - Experience with Classic ASP. - Familiarity with Crystal Reports and OLE objects. - Web development skills for image display. Looking for a straightforward and efficient solution.
Hi Hoang, We just noticed that you posted a project for "edit asp.net mvc interface" (https://www.freelancer.com/projects/asp-net/edit-asp-net-mvc-interface-39485444/details) We’re excited about the opportunity to work on your project! At Code Frenzy, our in-house team works closely together to ensure transparency, quality, and reliability. You can trust us to deliver on time with precision and care. Let’s connect and bring your vision to life.
...(add/edit/remove entries and their display schedule) Creating/editing announcements Deployment & Hosting Target environment: Windows Server or Windows 10/11 Pro Setup instructions for IIS (if using ASP .NET) or a Node service as Windows service Optional: simple PowerShell scripts or Docker-for-Windows container Documentation & Handoff Clear README with: Prerequisites (runtime, database) Deployment steps (IIS site, service registration) How to update data (Excel import, admin UI) Brief walkthrough video or screencast (optional) Technical Requirements Language/Framework (choose one): ASP .NET Core (C#) with Razor Pages/Blazor or MVC Node.js with Express (backend) + React or Vue (frontend) Python with Flask/Django + lightweight JS frontend Database: SQ...
For my project, I'm looking for an experienced developer who is proficient in HTML, CSS, and JavaScript. It involves converting an existing ASP.NET project into an API based one. Primary Tasks: - Convert ASPX pages to a pure HTML, CSS, and JavaScript front end - Translate business logics currently in pages to the new setup Key Features: - Data management functionality, specifically financial calculations. An understanding of how to process and maintain these calculations in the new API based project is crucial Ideal Skills and Experience: - Portfolio showcasing prior experience in converting .net to API based projects - Proficiency in HTML, CSS, and JavaScript - Understanding of data management systems, specifically financial calculations - Solid knowledge of APIs and how to apply...
I need to convert my existing ASP website, , to PHP. The project involves both frontend and backend development. Key Requirements: - Functional parity: Ensure all existing features work seamlessly after migration. - User authentication: This is a crucial feature that must be preserved. - Maintain the current database: No need for a new database setup. Ideal Skills and Experience: - Proficiency in ASP and PHP - Strong understanding of database management - Experience with user authentication systems - Frontend development skills to match current design Please review the site thoroughly to provide an accurate estimate and timeline.
I need a market access dashboard specifically for Average Selling Price (ASP) calculations. The dashboard should focus on moving average ASP calculations, with a monthly time interval. Key Requirements: - Moving average ASP calculations - Monthly time intervals Ideal Skills and Experience: - Proficiency in data visualization tools (e.g., Tableau, Power BI) - Strong analytical skills - Experience with ASP and market access metrics - Ability to design user-friendly dashboards Please provide samples of previous work related to market access or financial dashboards.
...(add/edit/remove entries and their display schedule) Creating/editing announcements Deployment & Hosting Target environment: Windows Server or Windows 10/11 Pro Setup instructions for IIS (if using ASP .NET) or a Node service as Windows service Optional: simple PowerShell scripts or Docker-for-Windows container Documentation & Handoff Clear README with: Prerequisites (runtime, database) Deployment steps (IIS site, service registration) How to update data (Excel import, admin UI) Brief walkthrough video or screencast (optional) Technical Requirements Language/Framework (choose one): ASP .NET Core (C#) with Razor Pages/Blazor or MVC Node.js with Express (backend) + React or Vue (frontend) Python with Flask/Django + lightweight JS frontend Database: SQ...
I need a modern and sleek certification logo for the Automation Specialist Program (ASP). This logo will symbolize achievement, professionalism, and credibility in automation and critical infrastructure. Requirements: - Reflects prestige and integrity of ASP - Used on certificates, digital badges, and profiles - Use specified color palette: - Orange: #EC9B49 - Light Blue: #1474BB - Indigo: #2F3693 - Cool Gray: #929598 - Design should be modern and sleek Ideal Skills and Experience: - Strong graphic design portfolio - Experience with certification or professional badges - Proficiency in color theory and modern design trends - Ability to create versatile logos for various formats Please provide samples of previous work.
I'm looking to create a new WordPress website based on our existing Classic ASP site. The goal is to make it easier for someone without coding knowledge to add or edit pages, and to enhance SEO visibility. I have already purchased Hostinger's managed WordPress Business Plan. My current website is hosted on WinHost, and my DNS and SSL is through Namecheap. The current website uses jQuery 1.11.3 and Bootstrap 3.3.6 for most of its framework. The forms are built with Cognito Forms and embedded as an iframe. Essential Pages: - Home Page - About Us Page - Contact Page - Product Pages - Gallery Page - Landing Page Key Features: - Drag-and-drop editor - SEO tools - Mobile responsiveness - Custom icons (already created) - Filtering options on our Gallery Ideal Skills and Exper...
I'm seeking an experienced developer to integrate SAML Single Sign-On (SSO) using Azure Active Directory (AD) into my ASP VB application. The primary goal is to streamline user authentication. Key Requirements: - Implement SAML SSO with Azure AD. - Ensure secure and seamless user authentication. - Maintain existing access control and data security protocols. Ideal Skills: - Proficiency in ASP VB. - Strong experience with SAML and Azure AD. - Background in secure authentication methods. Looking for someone who can deliver a robust solution efficiently. We have the basic client code already written but need someone to review and complete
I need an experienced ASP developer to quickly resolve server downtime issues. Key requirements include: - Diagnose and fix server downtime issues - Review and revert recent server setting changes Ideal skills and experience: - Strong expertise in ASP and server management - Experience troubleshooting server downtimes and configuration issues - Quick problem-solving skills Please provide a detailed action plan and timeline.
...investigate and fix numerous issues with my websites regarding the Ebay Partner Network and the Ebay Developer Program, therefore the person that takes this task on needs to understand both of these Ebay programs in depth and also the code that makes them work. Ebay Developer Program and Affiliate Program: EPN – Ebay Partner Network EDP – Ebay Developer Program The websites are built in Classic ASP, but this is very easy to navigate and understand. The EDP/EPN code is javascript. Websites: The questions and tasks involved in this Freelancer job: 1. Why did the websites stop showing search results from EPN/EDP? 2. Was the reason for the websites not showing the search results, the update to the SSL/TLS Certificate initiated by Hostgator on or around
I'm seeking a seasoned .NET Developer with over 6 years of experience for a remote job role. The ideal candidate must have an in-depth understanding of ASP .NET core, as it is the most crucial primary skill for this position. Key Responsibilities: - Develop high-quality software design and architecture - Identify, prioritize and execute tasks in the software development life cycle - Develop tools and applications by producing clean, efficient code - Troubleshoot and debug applications Essential Skills: - Primary: - C# - ASP .NET core (most crucial) - Any RDBMS (MySQL preferred) - Secondary: - REST API - NUnit - HTML5/CSS3 (most crucial) - DevOps-related: - Understanding of DevOps (most important) - Docker - CICD pipelines Good to Have: - R...
I need a professional to rebuild my current ASP-based website into PHP/WordPress. The key focus is on replicating the back-end functionality precisely as it is now, with the front-end and design aspects to be handled separately. Key Requirements: - Expertise in PHP and WordPress - Proficient in Elementor or other suitable builders - Ability to analyze and understand ASP code - Experience with database migration Critical Aspects: - The back-end must function identically to the existing site - Retaining and replicating custom forms and data processing capabilities - E-commerce functionalities need to be integrated Our business revolves around generating leads and processing customer information via custom forms. Understanding and accurately replicating this data management ...
I need an ASP VB.NET application that interacts with a password-protected SQLite database created by ADO. This application will run as a background process, and it should be capable of reading, writing, and deleting data within the database. Key Requirements: - Use of ASP VB.NET for the project - Ability to interact with a password-protected SQLite database - Capability to perform read, write, and delete operations on the data - Application will run as a background process (no GUI) Ideal Skills: - Proficiency in ASP VB.NET - Experience with SQLite databases, particularly with ADO - Understanding of background process applications - Strong problem-solving skills for database interaction tasks
Want to expand the freelance services you're offering? Learn a new skill and take an exam that will certify your expertise.
Freelancer.com's Fast 50 report on the fastest growing online jobs for Q3 3016
A robots.txt file is a crucial element of all websites, and you should have one on yours. Learn how to do that through this quick tutorial.